markdown-mode
markdown-mode copied to clipboard
Emacs Markdown Mode
## Expected Behavior Calling `font-lock-ensure` in a markdown-mode buffer shouldn't crash. ## Actual Behavior We crash. The current implementation of `magithub-fill-gfm` is as follows: ``` emacs-lisp (defun magithub-fill-gfm (text) "Fill...
Would be neat to render gfm checkboxes as actual widgets (from the emacs widget package used in customize) such as toggle or checkbox when `markdown-toggle-markup-hiding` is enabled.
## Expected Behavior When `markdown-hide-markup` is non-nil, the line that is displayed instead of the `` markup should span across the entire line without wrapping into the next line. This...
I only recently realized about `markdown-do` and recently had trouble finding the binding for `markdown-cleanup-list-numbers` (I didn't remember the name and searched for "renumber", "fix", and "order" before looking at...
I believe this may be related to #563. I have managed to reproduce it. The following consistently fails on my machine, but only on the second time I call `markdown-edit-code-block`...
Distinguishing non-breaking spaces and the like is generally not useful in `{markdown,gfm}-view-mode`. So these modes should set `nobreak-char-display` to nil by default. Another option would be to tie this setting...
## Proposed Behavior When a buffer is rendered using `markdown-mode`, links are set up in such a way that a mouse click on the link will follow the link (e.g.,...
## Expected Behavior I don't use MELPA, so I followed the instructions on https://jblevins.org/projects/markdown-mode/ for downloading the "latest stable version" of markdown-mode.el to my emacs lisp directory. I expected it...
Please implement the <details> and <summary> HTML tags which Github allows for collapsing long blocks of text with a clickable triangle. I like it because it makes a webpage less...
Org-mode header faces inherits outline headers, markdown is also a similar format (hierarchical, has headers). So it might inherit outline faces. Also themes usually customize outline faces, consequently this change...