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

Emacs Markdown Mode

Results 136 markdown-mode issues
Sort by recently updated
recently updated
newest added

## Expected Behavior Helpful would be, if I could press TAB on the URL prompt of URLs and I would get a suggestion of local files. I'm editing my website...

## Expected Behavior Syntax highlighting within code block seems missing. Example SS below. It looks a bit dull. Is it possible to configure it in a way that my emacs...

I recently noticed that my emacs was lagging and having high CPU usage when editing markdown files with lots of links ([Example file](https://gist.githubusercontent.com/quanticle/56f5a7c6bd61e5bace296368e72a654e/raw/55c3071a07f0f2705e2905377f8600c9f9f9aebb/test.md)). I reloaded emacs with `emacs -Q --load...

I often position point just before a gfm checkbox and use `RET` to toggle the checkbox. It would be nice to be able to toggle all the checkboxes in an...

When the width of the text frame is small enough, horizontal lines do not adjust, but they wrap around. Instead it should adjust to the width of the frame. ##...

While nested emphasis and strong inline formatting is permitted in pandoc, and renders correctly there into pdf/tex/html, markdown-mode does not format the markdown accordingly: ``` __nested _nests_ nest nests__ **nested...

```elisp markdown-imenu-create-nested-index (empty-heading "-") (self-heading ".") ``` These single-chars are hard to hit with the mouse, so I'd change it to eg ```elisp markdown-imenu-create-nested-index (empty-heading "---") (self-heading "...") ```

I find the current sub- and superscript detection too restrictive. What is the reason to limit sub- and superscript expression to just alphanumeric characters?

enhancement

Can it have a indent-mode like org-indent-mode? ![图片](https://user-images.githubusercontent.com/18747432/149855500-9c8a1673-a138-4c24-b6fc-47b08541fd1f.png)

I find e.g. `C-c C-s c` to put selection into quotation marks when editing text a bit cumbersome. From Markdown-aware editors (including the one I wrote myself, full disclosure) I...