1
0
mirror of https://github.com/gryf/jekyll-rst.git synced 2026-01-03 12:24:19 +01:00
Commit Graph

4 Commits

Author SHA1 Message Date
11e2d51499 Added configurable headings level
Currently, there was no way for changing level of the heading, from
which html would be generated. In this patch, there is added an ability
to define it in jekyll _config.yml file for site.

It's simple as adding following entries into _config.yml:

rst:
  initial_header_level: 2

If not defined, level 2 will be used as default.
2019-05-04 11:23:58 -06:00
65a7c70ee5 Cleaned up converter.rb a bit 2019-05-04 11:23:41 -06:00
Nikola Igniatovic
e74e57e12e Changed converted to use rst2html5
Added rst2html5.py

(cherry picked from commit c12a13c9089eccb6c8ae3f72eae1e2b55bf765df)
2019-05-03 13:39:07 -06:00
Greg Thornton
6c5e1b585c Initial commit 2011-12-17 16:05:14 -06:00