commit 48e30ccf75074cd1a5fffc538dd8b2c372189fbc
parent c2eca50a1c844d6fa6b940b5ab917dcfe5bcce39
Author: Martin Mitas <mity@morous.org>
Date: Thu, 6 Oct 2016 12:55:57 +0200
README.md: Improve readability by some minor reogranizing.
Diffstat:
1 file changed, 3 insertions(+), 4 deletions(-)
diff --git a/README.md b/README.md
@@ -1,12 +1,14 @@
[](https://travis-ci.org/mity/md4c)
[](https://ci.appveyor.com/project/mity/md4c/branch/master)
-[](https://coveralls.io/github/mity/md4c)
[](https://scan.coverity.com/projects/mity-md4c)
+[](https://coveralls.io/github/mity/md4c)
# MD4C Readme
Home: http://github.com/mity/md4c
+MD4C stands for "MarkDown for C" and, unsurprisingly, it is a C Markdown parser
+implementation.
**Warning:** This project is very young (read "immature") and work in progress.
Most important features are not yet implemented. See the current status below.
@@ -24,9 +26,6 @@ The following resources can explain more if you are unfamiliar with it:
## What is MD4C
-MD4C stands for "MarkDown for C" and, unsurprisingly, it is a C Markdown parser
-implementation.
-
Main features:
* **Compactness:** MD4C is implemented in one source file and one header file.
* **Flexibility:** Flags allow to tune the desired dialect of the Markdown