markdown-editor icon indicating copy to clipboard operation
markdown-editor copied to clipboard

Live (Github-flavored) Markdown Editor

Results 67 markdown-editor issues
Sort by recently updated
recently updated
newest added

Footnotes like ``` blah blah[^1] blah blah ... [^1]: Footnote ``` Are supported in jbt/markdown-editor, but they are (shamefully) not supported in the real github (https://github.com/github/markup/issues/498) When I wrote up...

This removes CodeMirror and Highlight and replaces them with [mdEdit](//github.com/jbt/mdEdit), a syntax-highlighted, semi-formatted markdown editor I've been working on, based on Prism. This means much nicer and more consistent styling...

Should help prevent accidental loss of data :(

Hi, I really like this markdown editor ! But, there's a bug that would make it really better if corrected :) I often edit files side by side on my...

Please support PlantUML as https://stackedit.io/editor is doing.

Otherwise I will get strange errors on Chinese system: ![image](https://cloud.githubusercontent.com/assets/216930/15348243/8fc7795c-1cfb-11e6-84d1-c88a7c11d79d.png) And the js file content become: ![image](https://cloud.githubusercontent.com/assets/216930/15348249/a73f2fbc-1cfb-11e6-9a66-b2c92bd72498.png) Add charset fixed the issue: ![image](https://cloud.githubusercontent.com/assets/216930/15348271/dadbab66-1cfb-11e6-9b1e-adc5532433b0.png)

Is it possible like how StackOverflow or the current GitHub GFM MD Editor does? > Attach images by dragging & dropping, selecting them, or pasting from the clipboard.

- [ ] CTRL + B - bold - [ ] CTRL + I - italics - [ ] And maybe more...

I've been using this style to omit header rows on tables (_a la Bitbucket-flavored MD_): ``` | |----------|-----------| | cell 1 | cell 2 | | another | a fourth...

Unfortunately, the font used in this project is not the same as the one used by GitHub. Seeing as this project is designed to mimic GitHub, I feel that the...