Hi all, a new version of this node has been released containing a mix of bug fixes and enhancements.
Many thanks to @janvda for Pull Requests and testing.
-
Updated all dependencies - No more support for Node.js v6 or v8
-
Minimum Node.js version is now v10
-
Bump version to 0.1.1 because of Node.js dependency (some dependent libraries now use ES6)
-
Incorporate bug fixes and enhancements from Janvda - many thanks for your contributions.
-
Bug fix for Issue #4
-
Enhancement for Issue #5 - allow
.template.hbs
to exist anywhere -
Documentation update for Issue #6 - update docs to show that a restart of Node-RED is required for template changes
-
Bug fix for Issue #7 - not showing test.md correctly
-
Incorporates feature request Issue #8 - for include files via markdown-it-include
-
Correct module name in package.json - "staticMarkdown"
-
Isolate Editor code correctly to remove possible global var clashes
-
Remove need for build stage by changing Editor script elements from
x-red
tohtml
- Minimum Node-RED version is now v0.19 -
REmove
@gerhobbelt/markdown-it-emoji
and replace with standard version as @gerhobbelt version requires a build step -
Code tidy in serveMarkdown.js