MarkdownViewerPlusPlus
MarkdownViewerPlusPlus copied to clipboard
A Notepad++ Plugin to view a Markdown file rendered on-the-fly
obviously there is no maintenance on this product - last commit several years ago, pending PR for a while is really no one out there able and willing to maintain...
## Issue description I continue editing the file in notepad++ and added several lines to README.md file, but the viewer is not refreshing at all. I pressed ### Markdown to...
## Issue description Some how plugin window got undocked from notepad++ main window and displaying as a separate window. I was unable to restore it as a side window (dock...
Hi Overthere, great plugin :-) Anybody know by chance how to automatically get structured heading-numbering like: 1. Heading 1 1.1. Heading 2 1.1.1. Heading 3 1.1.2. Heading 3 1.2. Heading...
## Issue description When I open the file readme.md, which has links to images on the web, the images don't load. I want to see the images. ### Markdown to...
## Issue description When I edit the Markdown file, the viewer doesn't update to show the changes. Pressing Refresh doesn't update it either. The only way to update the preview...
## Issue description As per title, the whitespaces between bolded and italicized words disappear in the exported HTML file, while they work as intended in the preview. I resorted to...
Hi, Local images are not being shown inside the plugin In the .md file I'm reading, two images are present in the code: ```   ``` Both images are...
I notice that you have fixed the bug mentioned in Issue #23. I tryed to use `` to display my image, and in notepad++, the image displayed well. However, when...
This PR changes the HTML rendering to be done by the default System.Windows.Forms WebBrowser control. For me, this results in support for things like Task Lists as well as nicer...