1
0
mirror of https://github.com/gryf/jekyll-rst.git synced 2025-12-19 12:28:20 +01:00

Minor edit

(cherry picked from commit 380811132c0b6c4328aaa16da92955371b98be78)
This commit is contained in:
niktwenty3
2018-07-19 02:27:06 +02:00
committed by Roman Dobosz
parent fe2e42d324
commit cbda0aabcb

View File

@@ -7,7 +7,7 @@ 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.
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.
Requirements
============