Skip to content

Latest commit

 

History

History
47 lines (29 loc) · 935 Bytes

NOTES.md

File metadata and controls

47 lines (29 loc) · 935 Bytes

NOTES

Notes of the second implementation

Supported features

Markdown features:

  • headers
  • text styles
  • links
  • images
  • inline code
  • block quotes
  • lists and nested lists

TODO

Refactor the code

The code inside lib/hamdown/md_regs/* smell and need to be refactored All all code should be passed by Rubocop.

Add paragraph support

To implement markdown's paragraph feature (

tag)

Prediction errors by parsing text

Not sure how to predict errors and print an message as ParceError: invalid text at line 22.

Limitations

CODE BLOCK

Code block is not supported because it is GitHub-flavored Markdown

ALTERNATIVE HEADING

It is not supported

Resources