Sha256: 0c9b2ee78e02ab02e062ed9272ed43648728498f5a8c6bc7af2e80707274d196
Contents?: true
Size: 502 Bytes
Versions: 70
Compression:
Stored size: 502 Bytes
Contents
{ "#": [ "Markdown is a shorthand for creating HTML from text strings." ], "methods": { "description": [ "Check the public API is correct." ], "cases": [{ "description": "must be able to parse a Markdown string", "method": "parse", "arity": 1 }] }, "cases": [ { "description": "parses normal text as a paragraph", "input": { "input" : "This will be a paragraph" }, "expected": "<p>This will be a paragraph</p>" } ] }
Version data entries
70 entries across 70 versions & 1 rubygems