mirror of
https://github.com/gryf/jekyll-rst.git
synced 2025-12-19 04:20:21 +01:00
Readme update
This commit is contained in:
40
README.rst
40
README.rst
@@ -1,13 +1,32 @@
|
||||
Overview
|
||||
========
|
||||
|
||||
This plugin is a fork of `jekyll-rst <https://github.com/xdissent/jekyll-rst>`_ that adds `ReStructuredText`_ support to `Jekyll`_ and `Octopress`_.
|
||||
It renders ReST in posts and pages, and provides a custom directive to
|
||||
support Octopress-compatible syntax highlighting.
|
||||
This plugin is a fork of `jekyll-rst <https://github.com/xdissent/jekyll-rst>`_
|
||||
that adds `ReStructuredText`_ support to `Jekyll`_ and `Octopress`_. It
|
||||
renders ReST in posts and pages, and provides a custom directive to support
|
||||
Octopress-compatible syntax highlighting.
|
||||
|
||||
This version supports rst2html5 conversion but hasn't been tested for Octopress compatability.
|
||||
This version supports rst2html5 conversion but hasn't been tested for Octopress
|
||||
compatability.
|
||||
|
||||
The main change on this fork is that this version uses Nokogiri to extract the HTML body contents since rst2html5 doesn't return parts like rst2html.
|
||||
The main change on this fork is that this version uses Nokogiri to extract the
|
||||
HTML body contents since rst2html5 doesn't return parts like rst2html.
|
||||
|
||||
There was also cherrypicked changes:
|
||||
|
||||
* from `niktwenty3`_
|
||||
|
||||
* cbda0aa Minor edit
|
||||
* fe2e42d Updated description about this fork
|
||||
* e74e57e Changed converted to use rst2html5 Added rst2html5.py
|
||||
|
||||
* from `yingziwu`_
|
||||
|
||||
* 5b8eef7 modify for python3
|
||||
|
||||
* from `tranch`_
|
||||
|
||||
z 830d4a4 Remove line number
|
||||
|
||||
Requirements
|
||||
============
|
||||
@@ -16,6 +35,7 @@ Requirements
|
||||
* Docutils
|
||||
* Pygments
|
||||
* `RbST`_
|
||||
* `nokogiri`_
|
||||
|
||||
Installation
|
||||
============
|
||||
@@ -33,9 +53,9 @@ Installation
|
||||
|
||||
2. Install RbST.
|
||||
|
||||
If you use `bundler`_ with Octopress, add ``gem 'RbST'`` to
|
||||
your ``Gemfile`` in the ``development`` group, then run
|
||||
``bundle install``. Otherwise, ``gem install RbST``.
|
||||
If you use `bundler`_ with Octopress, add ``gem 'RbST'`` and ``gem
|
||||
'nokogiri'`` to your ``Gemfile`` in the ``development`` group, then run
|
||||
``bundle install``. Otherwise, ``gem install RbST nokogiri``.
|
||||
|
||||
3. Install the plugin.
|
||||
|
||||
@@ -99,3 +119,7 @@ Octopress Tips
|
||||
.. _RbST: http://rubygems.org/gems/RbST
|
||||
.. _bundler: http://gembundler.com/
|
||||
.. _Harry Marr's advice: http://hmarr.com/2010/jan/19/making-virtualenv-play-nice-with-git/
|
||||
.. _nokogiri: https://nokogiri.org
|
||||
.. _niktwenty3: https://github.com/niktwenty3/jekyll-rst2html5
|
||||
.. _yingziwu: https://github.com/yingziwu/jekyll-rst
|
||||
.. _tranch: https://github.com/tranch/jekyll-rst
|
||||
|
||||
Reference in New Issue
Block a user