|
@@ -16,6 +16,7 @@
|
|
- Syntax highlighted code blocks ([prism][prism])
|
|
- Syntax highlighted code blocks ([prism][prism])
|
|
- Generates Table of Contents (TOC)
|
|
- Generates Table of Contents (TOC)
|
|
- Remembers scroll position
|
|
- Remembers scroll position
|
|
|
|
+- Emoji support (Icons provided free by [EmojiOne][emojione])
|
|
- Settings synchronization
|
|
- Settings synchronization
|
|
- Raw and rendered markdown views
|
|
- Raw and rendered markdown views
|
|
- Open source
|
|
- Open source
|
|
@@ -66,6 +67,7 @@ Option | Default | Description
|
|
|
|
|
|
Option | Default | Description
|
|
Option | Default | Description
|
|
:--- | :--- | :---
|
|
:--- | :--- | :---
|
|
|
|
+**emoji** | `false` | Convert emoji :shortnames: into EmojiOne images
|
|
**scroll** | `true` | Remember scroll position
|
|
**scroll** | `true` | Remember scroll position
|
|
**toc** | `false` | Generate Table of Contents
|
|
**toc** | `false` | Generate Table of Contents
|
|
|
|
|
|
@@ -170,6 +172,8 @@ SOFTWARE.
|
|
[commonmark]: https://github.com/jgm/commonmark.js
|
|
[commonmark]: https://github.com/jgm/commonmark.js
|
|
[markdown-js]: https://github.com/evilstreak/markdown-js
|
|
[markdown-js]: https://github.com/evilstreak/markdown-js
|
|
|
|
|
|
|
|
+ [emojione]: https://emojione.com
|
|
|
|
+
|
|
[gfm]: https://guides.github.com/features/mastering-markdown/#GitHub-flavored-markdown
|
|
[gfm]: https://guides.github.com/features/mastering-markdown/#GitHub-flavored-markdown
|
|
[compiler-options]: #compiler-options
|
|
[compiler-options]: #compiler-options
|
|
[themes0]: https://github.com/sindresorhus/github-markdown-css
|
|
[themes0]: https://github.com/sindresorhus/github-markdown-css
|