markdown-plus-plus icon indicating copy to clipboard operation
markdown-plus-plus copied to clipboard

Markdown syntax highlighting for Notepad++, by customized UDL file (user defined language)

Results 21 markdown-plus-plus issues
Sort by recently updated
recently updated
newest added

Would be awesome with Dracula theme support as well. :) * https://draculatheme.com/notepad-plus-plus * https://github.com/dracula/notepad-plus-plus The easiest way would probably be to reuse one of the dark ones you already have,...

Markdown files already open in Notepad++ (even the latest version) will not show the newly installed styles until the file itself is closed and reopened. Restarting Notepad++ doesn't update the...

See #46. Multi-word text formatting with underscores is currently broken.

With the default theme, ``` * bullet * list ``` is shown in italics instead of: * bullet * list I didn't try other styles. Thank You for the good...

Multiple word text formatting using underscores instead of asterisks doesn't work properly. This is important to me because I need to write my markdown in a way that is mostly...

This is a feature request. It would be useful if the functionList.xml is created for markdown files. If headings is regarded as functions then it would be easy to navigate...

Type: Enhancement

I use CSS quite a bit, to tweak elements I have given an ID and full support for this is baked into standard Markdown when it appears on a new...

Type: Enhancement

~~~ *Testing **Bold** in Itlaic* doesn't work. However **Testing *Italic* inside Bold** does work. ~~~

Type: Bug

If your code will have a tick in it, you can surround it with double tick as valid, basic Markdown, this breaks highlighting. ``An example of a non-escaped ` in...

Type: Bug