You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please move the NOTE section from your instructions to the top of the page, or add it to Github, clearly.
It was a small bump on the road to discover preview button does nothing without those plugins, which need Node.js to work. jQuery does not cut it.
However, using the onPreview callback, you can basically include any JavaScript markdown parser to return working HTML on the preview. I used SimonWaldherr/micromarkdown.js from Github.
onPreview: function (e) { return micromarkdown.parse(e.getContent()); }
Please update the instructions.
The text was updated successfully, but these errors were encountered:
Please move the NOTE section from your instructions to the top of the page, or add it to Github, clearly.
It was a small bump on the road to discover preview button does nothing without those plugins, which need Node.js to work. jQuery does not cut it.
However, using the onPreview callback, you can basically include any JavaScript markdown parser to return working HTML on the preview. I used SimonWaldherr/micromarkdown.js from Github.
onPreview: function (e) { return micromarkdown.parse(e.getContent()); }
Please update the instructions.
The text was updated successfully, but these errors were encountered: