ReenaGo / markdown-parser

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Instructions

Add markdown text to ADDMARKDOWN.md, run index.js file using the command 'node index.js', find output in index.html file

  1. conversion.test.js file contains tests
  2. index.html contains output from running the program
  3. index.js contains the program
  4. ADDMARKDOWN.md contains markdown to be parsed

Limitations

This implementation will not recognize a line if it begins with an indentation. This implmentation is limited to only one tag per line Parser set up to parse only the below subset of markdown

Heading 1

Heading 2

...

Heading 6

Unformatted text
Link text

This implmentation is limited to only one tag per line

About


Languages

Language:JavaScript 96.7%Language:HTML 3.3%