-
Notifications
You must be signed in to change notification settings - Fork 37
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
6 changed files
with
32 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
A plugin for converting HTML to FlowDocument in MdXaml |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
A plugin for rendering SVG in MdXaml |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
Transform Markdown to FlowDocument(WPF). | ||
|
||
**How to use** | ||
[How to transform markdown to FlowDocument-object.](https://whistyun.github.io/MdXaml/transform_markdow_to_flowdocument.html) | ||
[How to render markdown in WPF Control.](https://whistyun.github.io/MdXaml/render_markdown_in_control.html) | ||
[for more](https://github.com/whistyun/MdXaml/wiki) | ||
|
||
**Migration from Markdown.Xaml** | ||
MdXaml change namespace from Markdown.Xaml to MdXaml. So you should change namespace in your code. | ||
Or use [migration free edition](https://www.nuget.org/packages/MdXaml_migfree/) | ||
|
||
**Preview** | ||
![sc1](https://raw.githubusercontent.com/whistyun/MdXaml/master/docs/img.demo/sc1.png) | ||
![sc2](https://raw.githubusercontent.com/whistyun/MdXaml/master/docs/img.demo/sc2.png) | ||
![sc3](https://raw.githubusercontent.com/whistyun/MdXaml/master/docs/img.demo/sc3.png) | ||
![sc4](https://raw.githubusercontent.com/whistyun/MdXaml/master/docs/img.demo/sc4.png) | ||
![sc5](https://raw.githubusercontent.com/whistyun/MdXaml/master/docs/img.demo/sc5.png) |