Skip to content

Instantly share code, notes, and snippets.

@booyaa
Created January 5, 2012 11:18
Show Gist options
  • Save booyaa/1564797 to your computer and use it in GitHub Desktop.
Save booyaa/1564797 to your computer and use it in GitHub Desktop.
markdown parsing
11:16 < booyaa> anyone done markdown parsing?
11:16 < booyaa> i'm looking to read some github md files, ideally want to say...
11:16 < booyaa> md = parseMD('wiki-page.md')
11:17 < booyaa> tableAsObjectLiteral = md.table(0)
11:17 < booyaa> i fear i may need to write this myself.
11:17 < booyaa> everyone seems to be only intersted in parsing frmo md to html
@booyaa
Copy link
Author

booyaa commented Jan 5, 2012

got a pointer from mmalecki

marked -- looks like the dooby, i can repurpose the syntax highlight example.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment