aboutsummaryrefslogtreecommitdiffstats
path: root/README.rst
diff options
context:
space:
mode:
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst7
1 files changed, 7 insertions, 0 deletions
diff --git a/README.rst b/README.rst
index bc08860..adb3d2d 100644
--- a/README.rst
+++ b/README.rst
@@ -11,3 +11,10 @@ This project is dual-licensed under Apache 2.0 and MIT.
.. note::
If you are looking for the requirements tracking tool rst (Requirements, Specifications and Tests), have a look at the rst_app package instead.
+
+Inspiration
+-----------
+The design was inspired by the comrak_ Markdown parser library. The rST grammar was adapted from peg-rst_
+
+.. _comrak: https://github.com/kivikakk/comrak
+.. _peg-rst: https://github.com/hhatto/peg-rst