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

`markdown-indent-on-enter`'s `indent-and-new-item` should be applied to quotes too. While they're not lists, per-se, they functionally are when people are doing transcribing work. ATM, the current behavior (at least on my...

markdown-edit-code-block should also edit math blocks. This would allow easy ways to open an edit-indirect buffer on latex code. ATM, the user has to manually select the math and open...

## Expected Behavior footnote text face should match normal text face or footnote marker face. ## Actual Behavior footnote text face is actually url face which is quite misleading, as...

Feature request: support shortcut reference links, https://spec.commonmark.org/0.29/#shortcut-reference-link. That is, highlight them as links, and allow C-c C-l to insert them (probably with a customization option). ## Expected Behavior A shortcut...

Org has a useful setting and behavior that I am seeking to replicate when working with Markdown buffers. In [org-footnote.el][1], `org-footnote-auto-adjust` is defined such that > When this is t,...

feature request

## Expected Behavior I think ```markdown-mode``` should be able to work with files containing arbitrarily many comments (in my case, the comments are automatically generated by giving the ```flyspell-mode``` command...

## Expected Behavior C-s C-s C shall offer also lisp as a language. ## Actual Behavior a lot of languages are supported but not lisp. This is particularly strange because...

Improve fontification of sub- and superscript expressions ## Description Limiting sub- and superscript expressions to only alphanumerical characters is too restrictive. Now sub- and superscript expressions can contain backslash-escaped spaces,...

Sorry if this sounds like a naive question but I was wondering if markdown-mode is supposed to also render latex snippets, for instance when I use [this](https://stackedit.io/app#) it perfectly renders...

If `markdown-use-pandoc-style-yaml-metadata` is nil, the header metadata section is not recognized if it ends with `...` instead of `---`. So the option is not just about "yaml anywhere" as announced,...