Merge pull request #18 from cpatrick/patch-1 Change markdown to Markdown in setup.py
Merge pull request #18 from cpatrick/patch-1
Change markdown to Markdown in setup.py
Flask-Markdown
This is a small module to load markdown processing into your flask.
To setup the development environment
gitclonehttps://github.com/dcolish/flask−markdown.gitgit clone https://github.com/dcolish/flask-markdown.gitgitclonehttps://github.com/dcolish/flask−markdown.git virtualenv ENV .ENV/bin/activate. ENV/bin/activate.ENV/bin/activate python setup.py develop
You should now be able to run the test suite with
$ python setup.py test
!! There is a bug in the current release of ‘nose’ which results in ‘NoneType’ objects being called on test-suite shutdown. Please ignore this.
To setup the documentation environment
pipinstallsphinxpip install sphinxpipinstallsphinx git submodule init $ git submodule update
Flask扩展,用于在Flask应用中集成Markdown文本渲染功能。
版权所有:中国计算机学会技术支持:开源发展技术委员会 京ICP备13000930号-9 京公网安备 11010802047560号
Flask-Markdown
This is a small module to load markdown processing into your flask.
To setup the development environment
gitclonehttps://github.com/dcolish/flask−markdown.git virtualenv ENV .ENV/bin/activate python setup.py develop
You should now be able to run the test suite with
$ python setup.py test
!! There is a bug in the current release of ‘nose’ which results in ‘NoneType’ objects being called on test-suite shutdown. Please ignore this.
To setup the documentation environment
pipinstallsphinx git submodule init $ git submodule update