ep_markdown_toc 1.0.5 → 1.0.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -1,5 +1,7 @@
1
1
  ## Markdown editing in Etherpad
2
2
 
3
+ ![Plugin demo](./assets/demo.gif)
4
+
3
5
  This plugin enhances Etherpad for Markdown-style writing.
4
6
  It does this in multiple ways:
5
7
  - It enables automatic generation of a Table of Contents based on Markdown-style hashsign headings (#, ##, etc.) in Etherpad documents (can be disabled through settings). === style headings are not supported at the moment, and likely will never be.
Binary file
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "ep_markdown_toc",
3
3
  "description": "Provides markdown-based heading detection and TOC for Etherpad, used in Octomode.",
4
- "version": "1.0.5",
4
+ "version": "1.0.6",
5
5
  "author": {
6
6
  "name": "hrk",
7
7
  "email": "heerko@hackersanddesigners.nl"