Skip to content

Commit 86ea96a

Browse files
author
Savas Ziplies
committed
Changed: Updated the README
Changed: Minor formatting
1 parent 790c248 commit 86ea96a

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

MarkdownViewerPlusPlus/Forms/AbstractRenderer.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ protected string BuildHtml(string html = "", string title = "")
166166
{html}
167167
</body>
168168
</html>
169-
";
169+
";
170170
}
171171
}
172172
}

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,9 @@ A Notepad++ Plugin to view a Markdown file rendered on-the-fly
1818
* BugFixes ^^'
1919

2020
## Latest Versions
21+
* 0.2.0
22+
* Changed the rendered view from a WinForms.WebBrowser to the [HTMLRenderer][6].HtmlPanel
23+
* Fixed an issue of the toolbar icon not toggling correctly via 'x' and multiple docked panels
2124
* 0.1.1
2225
* Fixed an issue of the toolbar icon not toggling when closing the panel directly via 'x'
2326
* 0.1.0

0 commit comments

Comments
 (0)