markdown-mode
markdown-mode copied to clipboard
Emacs Markdown Mode
## Expected Behavior It would be helpful, if I could hit `C-c C-c` (or any other shortcut) and Emacs would fetch the HTML of the given URL and provide me...
I have a document with one level 1 heading and 12 level 2 headings (one for each month). The body of each of the 12 sections is an unordered list....
## Expected Behavior Markdown-mode should render maths properly when killing and undoing. ## Actual Behavior Kill and undo-kill upper multiline equations, and lower multiline equations will get unhighlighted. ## Steps...
I've begun using Plantuml within my Doxygen Markdown files, but I'm missing the ability to quickly preview in place that I can get in org-mode. In some cases, content within...
[2.4-dev] A wish: I would like to see font-lock support for Wikimedia's `{{...|...}}` constructions.
This is a feature request. Org-mode has a variable: `org-catch-invisible-edits` that one can set in various ways to protect against accidental editing while headers are folded. It would be great...
It'd be nice if markdown-mode downloaded images from remote links, cached them and displayed them inline. Among other things, this would match the functionality of Markor on Android, and thus...
On my system (Ubuntu 18.04.3 LTS / Emacs 25.2.2 / elpa-markdown-mode 2.3+154-1), something has been annoying me for a long time: using `M-x ispell` frequently attempts to spellcheck hyperlinks (particularly...
## Expected Behavior If I have an in-text citation, such as `@smith [p. 19] says`, only the citation itself (not the following text) should be highlighted. ## Actual Behavior When...
## Expected Behavior When using setext-style (underlining) header, the underlining dashes (`-` or `=`) is [generally of the same count as the text underlined](https://commonmark.org/help/) e.g. ``` Heading 1 ========= Heading...