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

I use visual-line-mode to wrap text at the border of my window. At the moment multi-line lists look like this 1. asdf asdf asdf asdf asdf asdf asdf 2. asdf...

feature request

I saw this http://pragmaticemacs.com/emacs/insert-internal-org-mode-links-the-ivy-way/ and wondered if it would be a useful idea for `markdown-mode`. My thought was an easy way to make internal links like #Heading1 or any other...

feature request

## Description User saves customization of `markdown-header-scaling` and restarts emacs only to find headers do not resize because the `:set` attribute of `defcustom markdown-header-scaling` is not explicitly called. Rationalize the...

## Expected Behavior When `markdown-toggle-markup-hiding` is active, `markdown-fill-paragraph` should behave as though it is not. That is, it should fill the underlying markup, not just the visible code. ## Actual...

## Expected Behavior GitHub Markdown code blocks may be be fenced by three or more backticks/tildes. This is useful when including Markdown code blocks (examples) within a Markdown document. ````markdown...

## Expected Behavior When inserting or reordering items in an ordered list, numbers should be recalculated. ## Actual Behavior Numbers are not recalculated. ## Steps to Reproduce 1. Create ordered...

enhancement
feature request

When using markdown-mode to edit a large table, with links and other formats, the response time from key presses (including space, delete) is on the order of seconds. I also...

performance

Thanks for your plugin. It is very helpful for me, I have one question. The default behavior of the `markdown-live-preview-mode` is 1. generate the html file. 2. browser this file...

question

It would be nice if backslash escapes got hidden when enabling markup hiding. For instance, `\*abc\*` would be rendered as `*abc*`. See https://daringfireball.net/projects/markdown/syntax#backslash

enhancement
feature request
font-lock

Currently, markdown-mode always uses the source file name as html title in the generated HTML, when using markdown-export. ## Expected Behavior I would like to be able to choose the...

feature request