# Markdown

[demos](../../demos/markdown/index.md) | [workflow](../workflows/markdown.md) | [js](edit://src/components/widgets/lively-markdown.js) | [html](edit://src/components/widgets/lively-markdown.html) |  [open](open://lively-markdown)

We use markdown syntax for documentation and other writing purpose in Lively4. 
The  [markdown component](open://lively-markdown) will render markdown contents. The [container](../tools/container.md) can browse and edit markdown files. 


## Implementations

[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



