https://github.com/emako/wpfui.markdown
WPF UI Markdown is based on WPF UI, and provides the simple markdown viewer.
https://github.com/emako/wpfui.markdown
Last synced: 9 months ago
JSON representation
WPF UI Markdown is based on WPF UI, and provides the simple markdown viewer.
- Host: GitHub
- URL: https://github.com/emako/wpfui.markdown
- Owner: emako
- License: mit
- Created: 2024-09-13T08:58:13.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2025-03-24T03:38:38.000Z (10 months ago)
- Last Synced: 2025-03-24T03:47:53.494Z (10 months ago)
- Language: C#
- Homepage:
- Size: 2.95 MB
- Stars: 7
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README


# WPF-UI.Markdown
[](https://github.com/emako/wpfui.markdown/blob/master/LICENSE) [](https://nuget.org/packages/WPF-UI.Markdown) [](https://marketplace.visualstudio.com/items?itemName=lepo.WPF-UI) [](https://github.com/emako/wpfui.markdown/actions/workflows/library.nuget.yml) [](https://dotnet.microsoft.com/zh-cn/download/dotnet/latest/runtime)
WPF UI Markdown is based on WPF UI, and provides the simple markdown viewer.
Pure C# Markdown Viewer without any Webview Engine.
Some Markdown feature are not supported in WPF.
See the [example](src/Wpf.Ui.Markdown/) for how to use.
## Usage
```xaml
```
```c#
```
## Syntax
> Support following markdown syntax.
```
CodeBlock
Code
Heading
Hyperlink
Image
QuoteBlock
Table
TaskList
ThematicBreak
Subscript
Superscript
StrikeThrough
Inserted
Marked
```
## Screenshot

## Thanks to
- [markdig.wpf](https://github.com/Kryptos-FR/markdig.wpf)
- [Markdig.Wpf.ColorCode](https://github.com/coltrane2ny/Markdig.Wpf.ColorCode)