diff options
| -rw-r--r-- | .vscode/settings.json | 4 | ||||
| -rw-r--r-- | README.rst | 3 | 
2 files changed, 7 insertions, 0 deletions
| diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 0000000..7a5dde2 --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1,4 @@ +{ +    "explorer.sortOrder": "mixed", +    "restructuredtext.confPath": "" +}
\ No newline at end of file @@ -2,6 +2,9 @@  RuSTructuredText  ================ +.. image:: https://travis-ci.com/flying-sheep/rust-rst.svg?branch=master +   :target: https://travis-ci.com/flying-sheep/rust-rst +  Designed around the `Docutils Document Tree`_ and the `reStructuredText specification`_, this is supposed to become a library able to convert reStructuredText and Docutils XML to both each other and HTML5.  This project is dual-licensed under Apache 2.0 and MIT. | 
