markdown-mode
markdown-mode copied to clipboard
Emacs Markdown Mode
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 ~...
## 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...
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...
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...
## 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...
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...
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....