Skip to content

Commit 4acdc21

Browse files
Fixed readme.
1 parent 200daa1 commit 4acdc21

File tree

1 file changed

+15
-14
lines changed

1 file changed

+15
-14
lines changed

README.md

Lines changed: 15 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -4,19 +4,19 @@ This project provides a simple markdown renderer for WPF.
44
This implementation uses the popular [Markdig](https://github.com/xoofx/markdig) library for parsing.
55
At the current state, not all markdown features are supported. Styling options for the markdown blocks need to be improved.
66

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
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
1515

16-
### Features to implement:
17-
-[ ] CodeBlocks
18-
-[ ] Images
19-
-[ ] Tables
16+
#### Features to implement:
17+
- [ ] CodeBlocks
18+
- [ ] Images
19+
- [ ] Tables
2020

2121
## Recommended setup
2222

@@ -61,5 +61,6 @@ MarkdownTextBlock.Config = myConfig;
6161

6262
## Third party notices
6363

64-
The project is a port of the CommunityToolkit MarkdownTextBlock component to the WPF framework
65-
see [CommunityToolkit/Labs-Windows/MarkdownTextBlock](https://github.com/CommunityToolkit/Labs-Windows/tree/a37acd33031037daa4d39318e3a10741b1c046ea/components/MarkdownTextBlock)
64+
The project is a port of the CommunityToolkit MarkdownTextBlock component to the WPF framework.
65+
66+
See [CommunityToolkit/Labs-Windows/MarkdownTextBlock](https://github.com/CommunityToolkit/Labs-Windows/tree/a37acd33031037daa4d39318e3a10741b1c046ea/components/MarkdownTextBlock)

0 commit comments

Comments
 (0)