Add feature list to README.md
This commit is contained in:
parent
a2a7d97cb1
commit
a4c5c5435e
1 changed files with 12 additions and 0 deletions
12
README.md
12
README.md
|
@ -15,6 +15,18 @@ You can try it out by converting this readme to html:
|
||||||
awk -f markdown.awk README.md
|
awk -f markdown.awk README.md
|
||||||
```
|
```
|
||||||
|
|
||||||
|
## Features
|
||||||
|
|
||||||
|
Here's a list of supported markdown primitives
|
||||||
|
|
||||||
|
- Headers
|
||||||
|
- Paragraphs
|
||||||
|
- Text formatting: bold
|
||||||
|
- Code blocks
|
||||||
|
- Blockquotes
|
||||||
|
- Lists, both bulleted and numbered
|
||||||
|
- Inline html (partial)
|
||||||
|
|
||||||
## License
|
## License
|
||||||
|
|
||||||
Distributed under the terms of the BSD License
|
Distributed under the terms of the BSD License
|
||||||
|
|
Loading…
Reference in a new issue