mirror of
https://github.com/gryf/jekyll-rst.git
synced 2025-12-19 12:28:20 +01:00
Updated description about this fork
(cherry picked from commit 3566454404da4515339bf0c01ba2fc2828965e3f)
This commit is contained in:
@@ -1,10 +1,14 @@
|
|||||||
Overview
|
Overview
|
||||||
========
|
========
|
||||||
|
|
||||||
This plugin adds `ReStructuredText`_ support to `Jekyll`_ and `Octopress`_.
|
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
|
It renders ReST in posts and pages, and provides a custom directive to
|
||||||
support Octopress-compatible syntax highlighting.
|
support Octopress-compatible syntax highlighting.
|
||||||
|
|
||||||
|
This version supports rst2html5 conversion but hasn't been tested for Octopress compatability.
|
||||||
|
|
||||||
|
The main change on this fork is that since rst2html5 doesn't return **parts** like rst2html does this verions uses Nokogiri to extract the body contents.
|
||||||
|
|
||||||
Requirements
|
Requirements
|
||||||
============
|
============
|
||||||
|
|
||||||
@@ -94,4 +98,4 @@ Octopress Tips
|
|||||||
.. _Octopress: http://octopress.com/
|
.. _Octopress: http://octopress.com/
|
||||||
.. _RbST: http://rubygems.org/gems/RbST
|
.. _RbST: http://rubygems.org/gems/RbST
|
||||||
.. _bundler: http://gembundler.com/
|
.. _bundler: http://gembundler.com/
|
||||||
.. _Harry Marr's advice: http://hmarr.com/2010/jan/19/making-virtualenv-play-nice-with-git/
|
.. _Harry Marr's advice: http://hmarr.com/2010/jan/19/making-virtualenv-play-nice-with-git/
|
||||||
|
|||||||
Reference in New Issue
Block a user