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

This takes the `*-live-preview-*` functionality and turns it all async with an idle timer, as you suggested. Instead of using the `markdown-do-sync-or-async` macro as in the previous attempt, I just...

With both `gfm-mode` and `refill-mode` enabled, triple-backtick source blocks are re-wrapped incorrectly and un-fixably, no matter the length of the actual line. ## Expected Behavior I would expect that, in...

Some Markdown processors like [pandoc](https://pandoc.org/MANUAL.html#definition-lists) interpret tilde (`~`) as list marker in definition lists in addition to the colon: Term 1 ~ Definition 1 Term 2 ~ Definition 2a ~...

feature request

## Expected Behavior My Markdown files frequently have a colon in the first line. This causes that line to be fontified as a YAML block, which is undesired. Since none...

feature request

I think, it would be more consistent to replace multiple consecutive spaces and newlines in wiki links with just _one_ replacement char when mapping links to file names. One obvious...

enhancement

Given `markdown-cleanup-list-numbers` this may not be useful, but I saw the package [org-outline-numbering](https://gitlab.com/andersjohansson/org-outline-numbering) which uses overlays to display outline numbering, and thought the technique might be useful in `markdown-toggle-markup-hiding` for...

## Expected Behavior `fill-paragraph` should wrap lines that begin with `|` if it's inside math mode Before `M-x fill-paragraph`: ``` A long line containing quite a few characters that ends...

bug

## Expected Behavior When `gfm-mode` is active, `markdown-toggle-markup-hiding` should render tables or at least keep columns aligned. ## Actual Behavior If the contents of the tables change their width when...

enhancement

When I stop typing, I often find that font lock changes faces incorrectly in text that follows the insertion point, as though it's reapplying the same styles at the old...

bug
font-lock

This is a feature request. The imenu index in the markdown has headers. Is it possible to add an option to put the code block with name to the index....

feature request