Skip to content

Commit 3f62c21

Browse files
committed
Updated readme.
1 parent f452585 commit 3f62c21

File tree

1 file changed

+8
-13
lines changed

1 file changed

+8
-13
lines changed

README.md

Lines changed: 8 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -2,21 +2,16 @@
22

33
This project provides a simple markdown renderer for WPF.
44
This 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

0 commit comments

Comments
 (0)