File tree Expand file tree Collapse file tree 1 file changed +8
-13
lines changed Expand file tree Collapse file tree 1 file changed +8
-13
lines changed Original file line number Diff line number Diff line change 22
33This project provides a simple markdown renderer for WPF.
44This implementation uses the popular [ Markdig] ( https://github.com/xoofx/markdig ) library for parsing.
5- At the current state, not all markdown features are supported. Styling options for the markdown blocks need to be improved.
5+ At the current state, all common markdown features are supported (There might be some missing edge cases).
6+ Styling options and default style for the markdown blocks need to be improved.
67
7- #### Supported features:
8- - [x] Paragraphs
9- - [x] InlineEmphasis
10- - [x] Headings
11- - [x] InlineCode
12- - [x] InlineHyperlink
13- - [x] Lists (unordered & ordered)
14- - [x] ThematicBreak
8+ #### Known problems:
9+ - [ ] Nested styles, sub and super
1510
16- #### Features to implement:
17- - [ ] CodeBlocks
18- - [ ] Images
19- - [ ] Tables
11+ #### Missing features to implement:
12+ - [ ] Github alert containers
13+ - [ ] Images from URL
14+ - [ ] Option to implement other Markdig extensions
2015
2116## Recommended setup
2217
You can’t perform that action at this time.
0 commit comments