MarkdownArea
by @jahůdka
# Hello! This is a live demo of [MarkdownArea] - the tiniest Markdown editor for the Web. To try the features, just start typing anywhere in this textarea! For example, you can: - Try selecting some text and hitting the *, _ or ` key - Try pressing the Tab key with and without the Shift key - Try putting the caret at the end of this line and hitting enter Some of the more advanced features include: 1. Code formatting helpers: try putting the caret between the parentheses in the following code block and pressing enter: ```js if ('awesome' in window.MarkdownArea) {} ``` 2. Also, numbered lists work as you'd expect.. [MarkdownArea]: https://github.com/jahudka/mdarea
Options:
Use the
Tab
key for indentation
Indentation will always work using
+M
and
+Shift+M
.
Enable inline helpers
Inline helpers include inserting pairs of
*
,
_
and
`
characters
and inserting matching closing parentheses.
More info:
GitHub repository
npm install --save mdarea