markdown-mode
markdown-mode copied to clipboard
Emacs Markdown Mode
## Expected Behavior The MacPorts package should no longer be listed as pending, and the link to the port should be current. This would be either https://ports.macports.org/port/markdown-mode.el/ or https://github.com/macports/macports-ports/blob/master/editors/markdown-mode.el/Portfile depending...
## Expected Behavior If the user enables `mixed-pitch-mode` (https://gitlab.com/jabranham/mixed-pitch), it's expected that the latex enviroments were fontified in `fixed-font`  ## Actual Behavior However, right now, there are fontified in...
I have a page of approx 118 links / list items, and `markdown-mode` becomes grindingly slow when I go to edit the page. ## Expected Behavior Snappy, responsive edits on...
Currently, the mode for fenced code blocks is determined using the [`markdown-code-lang-modes`](https://github.com/jrblevin/markdown-mode/blob/f8a91fef75d99b83591417df856b5240d78ae563/markdown-mode.el#L8808C12-L8808C36) alist. It maps the first occuring word in the infostring to a language mode. This is generally fine,...
As you well know, Emacs 29 is now shipping with tree-sitter support. There is a [tree-sitter grammar](https://github.com/MDeiml/tree-sitter-markdown) for markdown that implements the CommonMark Spec. It could potentially be used as...
how drag and drop an image to markdown as org-download does?
## Expected Behavior Make wiki-links like [[file]] (pointing to a markdown file in the current directory) behave exactly like normal links like https://www.example.com. I.e. make the font change when hovering...
When I load markdown file, I get a (wrong-type-argument listp t) error. ## Expected Behavior Markdown files should load without errors ## Actual Behavior Opening markdown files produce error message:...
Undocumented math keywords like `(eq:foo)` and `\eqref{foo}` defined in the `markdown-mode-font-lock-keywords-math` variable don't get properly fontified and _break the fontification of math content_. ## Expected Behavior Math keywords are fontified...
I'm not sure if this is a bug or is intended. When using markdown-hide-markup related function to hide the markup, the end mark (```) of a code block will be...