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

Hi, While I was reviewing the source of this library I looked into [RawDeflate.inflate](https://github.com/jbt/markdown-editor/blob/master/lib/rawinflate.js#L1) and noticed it's under a different licence than the rest of this ISC project. The `rawinflate.js`...

Hi there, can you please add `npm install` support by releasing to `npmjs.com` please?

Add Golang syntax support, thanks a log~~

👋 Hello, @jbt - a potential medium severity Cross-site Scripting (XSS) - Stored (CWE-79) vulnerability in your repository has been disclosed to us. #### Next Steps 1️⃣ Visit **https://huntr.dev/bounties/1-other-jbt/markdown-editor** for...

We are working on the [ReDoS](https://www.owasp.org/index.php/Regular_expression_Denial_of_Service_-_ReDoS) problem and detected 1 vulnerable regex(es) from your repository. 1: ``^(?:\s+(?:"(?:[^"\\]|\\\\|\\.)+"|'(?:[^'\\]|\\\\|\\.)+'|\((?:[^)\\]|\\\\|\\.)+\)))?`` in markdown-editor/codemirror/markdown/markdown.js Please try the following: var pattern = "^(?:\\s+(?:\"(?:[^\"\\\\]|\\\\\\\\|\\\\.)+\"|'(?:[^'\\\\]|\\\\\\\\|\\\\.)+'|\\((?:[^)\\\\]|\\\\\\\\|\\\\.)+\\)))?"; var input =...

Hello author. I need a little help here. I'm using your markdown-editor with little tweak by myself( for visual only) with Bootstrap. But somehow , i'm facing really strange issue...

This md editor doesn't support LateX, see example below. Would you enhance to support LateX? $$E=mc^2$$ Thanks!

I like this tool, But wonder if it can have a menu that support save to git repository like github. or save to cloud storage. Just wonder if this already...

The following snippet (outside a code block) prevents the comment from ending. It looks like any multi-line comment with an empty line triggers the bug. The following snippet ends the...

The editor does not correctly display the results for example 51: https://github.github.com/gfm/#example-51 In the example, the resulting display should be an H1. Instead, it is plain text. Here's my editor...