Updated readme.md
Made it more clear what is currently implemented and what is planned.
This commit is contained in:
parent
b952ac99ac
commit
abc99b02e6
11
readme.md
11
readme.md
|
@ -8,13 +8,17 @@ display the document.
|
||||||
## Implemented syntax
|
## Implemented syntax
|
||||||
|
|
||||||
- Headers
|
- Headers
|
||||||
- Unordered lists
|
|
||||||
- Ordered lists
|
|
||||||
- Inline code
|
- Inline code
|
||||||
- Block code
|
- Block code
|
||||||
- Block quote?
|
- Block quote
|
||||||
|
- Paragraphs
|
||||||
|
|
||||||
|
### TODO
|
||||||
|
|
||||||
- Bold
|
- Bold
|
||||||
- Underline
|
- Underline
|
||||||
|
- Unordered lists
|
||||||
|
- Ordered lists
|
||||||
|
|
||||||
### maybies
|
### maybies
|
||||||
|
|
||||||
|
@ -26,3 +30,4 @@ display the document.
|
||||||
|
|
||||||
- Tables
|
- Tables
|
||||||
- Syntax highlighting code
|
- Syntax highlighting code
|
||||||
|
- HTML
|
||||||
|
|
Loading…
Reference in New Issue