Notes of the second implementation
Markdown features:
- headers
- text styles
- links
- images
- inline code
- block quotes
- lists and nested lists
The code inside lib/hamdown/md_regs/* smell and need to be refactored All all code should be passed by Rubocop.
To implement markdown's paragraph feature (
tag)
Not sure how to predict errors and print an message as ParceError: invalid text at line 22.
Code block is not supported because it is GitHub-flavored Markdown
It is not supported