MarkdownViewerPlusPlus icon indicating copy to clipboard operation
MarkdownViewerPlusPlus copied to clipboard

A Notepad++ Plugin to view a Markdown file rendered on-the-fly

Results 107 MarkdownViewerPlusPlus issues
Sort by recently updated
recently updated
newest added

![image](https://user-images.githubusercontent.com/13854367/95407055-95304600-094e-11eb-87be-58f42fe2bc53.png)

This is not really an issue but a major suggestion. (I wanted to approach you on https://www.insanitydesign.com/ but the site appears to be down returning "Error establishing a database connection".)...

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...

I installed the latest plugin release to my plugins directory per the instructions and I see no difference in Notepad++. No button on toolbar, no submenu in Plugins menu, etc...its...

Hi Savas, Thank you so much for creating this plugin! Like you I have Notepad++ open practically 24/7 and in recent weeks have started to use it _a lot_ for...

enhancement
markdown

## Issue description Needs `file://` prefix when inserting an image. ### Markdown to reproduce The following doesn't work: ``` ![](pict/myimage.png) ``` The following works: ``` ![](file://pict/myimage.png) ``` ### Impact Python-markdown...

Is it possible to update the Markdig in this plugin to the 0.18.1 from the current 0.15? Or can someone help me understand how I could do it myself (sorry...

Problem : when exporting as pdf file, all Chinese characters are showed incorrectly as square boxes like this: "[][][]", could anyone can fix this? 3x.

Example: ![cswnsoo](https://cloud.githubusercontent.com/assets/5247009/26758280/66178216-489f-11e7-892b-1164590f38eb.png) (that last letter is a 't' if it bothers you) This might be MacType's doing again, but I have MacType off for Notepad++.

## Issue description When I use dashes to insert a bulleted list - it inserts additional `` and `` within `` - which doesn't look well. It doesn't happen if...