Skip to content

Convert Markdown to AssetStorm-JSON using PyPandoc and Flask

License

Notifications You must be signed in to change notification settings

AssetStorm/Markdown2AssetStorm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Markdown2AssetStorm

Convert Markdown to AssetStorm-JSON using PyPandoc and Flask

Dependencies

See requirements.txt. This project uses type annotations which need at least Python 3.5.

The converter uses pandoc and disables the smart typography module. This fails if your pandoc does not have the module. This is a problem for pandoc before Version 2.0.

Running the development Server

Just execute:

python converter.py

Do not use the development server for production! See the Flask-Documentation on how to setup a production server (for example with Nginx and uWSGI).

Running tests

Install nose2 as a test runner:

pip install nose2

Execute in verbose mode to see all the single tests:

nose2 -v

You may run mutation tests with mutmut:

pip install mutmut
mutmut run
mutmut show

have fun

About

Convert Markdown to AssetStorm-JSON using PyPandoc and Flask

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published