# Markdown

We use markdown syntax for documentation and other writing purpose in Lively4. 

[A nice overview of Markdown implementations](https://css-tricks.com/choosing-right-markdown-parser/):
- showdown 
- marked (not in development)
- [remarkable](https://github.com/jonschlinkert/remarkable) (not updated for a while)
- [markdown-it](https://github.com/markdown-it/markdown-it) ("fork" of remarkable)
  - https://cdnjs.cloudflare.com/ajax/libs/markdown-it/8.3.2/markdown-it.js

