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

Emacs Markdown Mode

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

- Markdown Mode: 2.7-alpha (melpa) - Emacs: 29.3 I expected that within a properly formed code block that is under a list item, that pressing RET with ```markdown-indent-on-enter``` set to...

Greetings and thank you for the ```markdown``` package (and also ```deft```, which I also use). I find the auto ```upcase``` of the initial letter of a wiki link file to...

Enhancement: I would like `gfm-mode` to support GFM Alerts. I would really like this to work for `fill-paragraph`, but it would be nice if syntax highlighting was also supported. ##...

## Expected Behavior Calling `markdown-footnote-find-text` with a footnote whose content starts with a square bracket (such as a link) returns the first character of the text following that footnote’s identifier...

## Expected Behavior Markdown mode should have a keybind to convert a region to a list or cycle through list types. The feature should be similar to Org-mode's `org-cycle-list-bullet` (info...

It would be nicer for markdown temporary buffers to have earmuffs as many people use conventional buffer filters that are set to filter buffers with names that conform to ```"...

## Expected Behavior Some blogging systems like Zola expect TOML front matter to have its first and last lines be `+++`, not `---`, such as: ``` +++ title = "Dr....

Currently, there is one function to insert code blocks: `markdown-insert-gfm-code-block`. If the customizable variable `markdown-insert-gfm-code-block` is `t`, it inserts the block with braces, while if it is `nil`, it is...

Internal links allow users to link directly to sections within a document. These types of links are supported by most markdown parsers, and are part of the standard url format:...

### Description Since pr #861, fontification of wiki links has become super slow for me. Emacs can hang for several seconds on every edit. I'm working on a project with...