released 0.1.1.

enabled to use conversion function alone.
This commit is contained in:
ohbarye
2015-05-04 10:24:29 +09:00
parent 718582426d
commit 993c7cbad5
6 changed files with 83 additions and 53 deletions
+14 -2
View File
@@ -23,9 +23,12 @@ Library Dependencies
See `requirements.txt`.
--------------------
--------
Just try
--------------------
--------
Start server
------------
You don't need any special preparation to try to start server. Just execute below comands.
@@ -46,6 +49,15 @@ If server start up successfully, browse below URL and check the converted result
$ open http://localhost:8009/sample.md
Only Conversion
---------------
Additionally, You can use the conversion function alone.
::
(.venv)$ convert source_md_file target_html_file
--------------
Do as you like
--------------