diff --git a/docs/images/Markdown_checkbox.jpg b/docs/images/Markdown_checkbox.jpg new file mode 100644 index 000000000..9bd7fbc31 Binary files /dev/null and b/docs/images/Markdown_checkbox.jpg differ diff --git a/readme/markdown.md b/readme/markdown.md index 7e52ae66a..4053506a5 100644 --- a/readme/markdown.md +++ b/readme/markdown.md @@ -121,9 +121,13 @@ Note that Mermaid graphs are always rendered on a white background regardless of Checkboxes can be added like so: - [ ] Milk - - [ ] Rice + - [x] Rice - [ ] Eggs +Which would turn into: + +![Checkbox support in Joplin](https://joplin.cozic.net/images/Markdown_checkbox.jpg) + The checkboxes can then be ticked in the mobile and desktop applications. ### HTML support @@ -150,7 +154,7 @@ Note that the functionality added by these plugins is not part of the CommonMark | [Sup](https://github.com/markdown-it/markdown-it-sup) | `X^2^` | Transforms into X2 | no | [View](https://joplinapp.org/images/md_plugins/sup_plugin.jpg) | | [Deflist](https://github.com/markdown-it/markdown-it-deflist) | See [pandoc](http://johnmacfarlane.net/pandoc/README.html#definition-lists) page for syntax | Adds the html `
` tag accessible through markdown | no | [View](https://joplinapp.org/images/md_plugins/deflist_plugin.jpg) | | [Abbr](https://github.com/markdown-it/markdown-it-abbr) | *[HTML]: Hyper Text Markup Language
The HTML specification | Allows definition of abbreviations that can be hovered over later for a full expansion | no | [View](https://joplinapp.org/images/md_plugins/abbr_plugin.jpg) | -| [Emoji](https://github.com/markdown-it/markdown-it-emoji) | `:smile:` | Transforms into 😄. See [this list](https://gist.github.com/rxaviers/7360908) for more emojis | no |!View[]https://joplinapp.org/images/md_plugins/emoji_plugin.jpg) | +| [Emoji](https://github.com/markdown-it/markdown-it-emoji) | `:smile:` | Transforms into 😄. See [this list](https://gist.github.com/rxaviers/7360908) for more emojis | no |[View](https://joplinapp.org/images/md_plugins/emoji_plugin.jpg) | | [Insert](https://github.com/markdown-it/markdown-it-ins) | `++inserted++` | Transforms into `inserted` (inserted) | no | [View](https://joplinapp.org/images/md_plugins/insert_plugin.jpg) | | [Multitable](https://github.com/RedBug312/markdown-it-multimd-table) | See [MultiMarkdown](https://fletcher.github.io/MultiMarkdown-6/syntax/tables.html) page | Adds more power and customization to markdown tables | no | [View](https://joplinapp.org/images/md_plugins/multitable_plugin.jpg) | | [Fountain](https://fountain.io) | \`\`\`fountain
Your screenplay...
\`\`\` | Adds support for the Fountain markup language, a plain text markup language for screenwriting | no | [View](https://joplinapp.org/images/md_plugins/fountain_plugin.jpg) |