pagedown
pagedown copied to clipboard
The Markdown editor and converter used on Stack Overflow and the other Stack Exchange sites
I've seen that SO supports tables. Is there any chance for the tables support to be merged here?
``` When clicking the image button, the wmd-prompt-background appears. If the image insert is canceled using callback(null); in JavaScript, then the background disappears. However, if the user clicks the image...
You can repro this on demo.html In the input, if I write a code block such as ``` var s = "JavaScript syntax highlighting"; alert(s); ``` it is rendered as...
This is a feature request. It would be awesome if the Markdown code in editor can be syntax-highlighted.
Created a readme.file ported from the old Google Code repo. The file could probably be split up into multiple wiki pages at some point.
To whom it may concern: I believe there are REDOS vulnerabilities in this project. I contacted the maintainer @balpha in February and have received no response so far.
I believe this might have been brought up in #11, but the code it references was lost in the GoogleCode export. The markdown editor's undo behaves differently than standard text...
I've made some changes needed to be able to use the editor in browser with browserify. I've added CommonJS module support to Editor, and include it in package exports, if...
Please add a README.md to describe how this works - how one invokes the converter, how one specifies options, how one adds extensions/hooks, etc. For example, how can I extend...