0.0.1 • Published 9 years ago

hexo-renderer-restructuredtext v0.0.1

Weekly downloads
2
License
MIT
Repository
gitlab
Last release
9 years ago

hexo-renderer-restructuredtext

Yet another renderer plugin for Hexo. This time rendering reStructedText.

Installation

  1. Firstly, make sure you have installed_ docutils.
  2. Secondly, cd into your hexo root folder and execute the following command:

.. code:: bash

$ npm install hexo-renderer-restructuredtext --save

This will install hexo-renderer-restructuredtext.

Credits

I'd like to thank Joseph Pan for creating hexo-renderer-pandoc.

.. Hexo: http://zespia.tw/hexo .. _reStructedText: http://docutils.sourceforge.net/rst.html .. _installed: https://pypi.python.org/pypi/docutils/ .. Joseph Pan: https://github.com/wzpan .. _hexo-renderer-pandoc: https://github.com/wzpan/hexo-renderer-pandoc