From a4c5c5435e9510c980f3b44b5fddf84c9f860542 Mon Sep 17 00:00:00 2001 From: Konstantin Nazarov Date: Sun, 25 Jul 2021 16:58:39 +0000 Subject: [PATCH] Add feature list to README.md --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.md b/README.md index e49af3b..0e3c506 100644 --- a/README.md +++ b/README.md @@ -15,6 +15,18 @@ You can try it out by converting this readme to html: 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 Distributed under the terms of the BSD License