Skip to content

my own parser for (a subset of) markdown from scratch

Notifications You must be signed in to change notification settings

alvarosh15/Minimarkdown

Repository files navigation

Minimarkdown

My own implementation of a markdown parser made with javascript. It will be a small markdown parser (hence it's name) that will implement only a few features of markdown.

Features

  • Headings
  • Bold
  • Italic
  • Unordered lists
  • Links
  • Ordered lists
  • Better support for cli commands
  • Code blocks

TODO

  • Add support to inline markdown inside lists and headings
  • Tests
  • Refactor code
  • Fix lists (right now they work but html generated doesn't include
      tag, just
    • tags)
    • Documentation

About

my own parser for (a subset of) markdown from scratch

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published