evilstreak / markdown-js

A Markdown parser for javascript
7.7k stars 863 forks source link

Invalid HTML output - debug code found in md2html #31

Closed soggie closed 12 years ago

soggie commented 12 years ago

There's a debug code in md2html.js that I found. Removed it in my pull request. Have fun.

soggie commented 12 years ago
{ Markdown: { [Function: Markdown] mk_block: [Function], dialects: { Gruber: [Object], Maruku: [Object] }, buildBlockOrder: [Function], buildInlinePatterns: [Function], subclassDialect: [Function] }, parse: [Function], toHTML: [Function: toHTML], toHTMLTree: [Function: toHTMLTree], isArray: [Function], renderJsonML: [Function] }
soggie commented 12 years ago

https://github.com/evilstreak/markdown-js/pull/32

soggie commented 12 years ago

Sorry, duplicated issue.