home
|
extra
|
credits
|
logs
[theme]
|
site
Markdown Editor
live preview · syntax highlighting · math · emoji · task lists · permalink sharing
html
breaks
linkify
typographer
highlight
math
commonmark strict
|
permalink
clear
markdown
# Hello, markdown-it! This is a **live editor**. Write on the left, see the result on the right. --- ## Features - *italic* and **bold** - ~~strikethrough~~ - `inline code` - [links](https://github.com/markdown-it/markdown-it) - ++inserted++ and ==marked== - H~2~O and x^2^ ## Task lists - [x] Syntax highlighting - [x] Math via KaTeX - [ ] Something left to do ## Code ```js const md = markdownit(); console.log(md.render('# Hello!')); ``` ## Math Inline: $E = mc^2$ Display: $$\int_{-\infty}^{\infty} e^{-x^2} dx = \sqrt{\pi}$$ ## Emoji :tada: :smile: :rocket: :+1: ## Footnote Here is a footnote.[^1] [^1]: The footnote content. ## Container ::: warning This is a warning block. ::: ## Table | Feature | Supported | |------------|-----------| | Tables | ✅ | | Math | ✅ | | Task lists | ✅ |
preview
html
source
debug