1
0
mirror of https://github.com/gryf/jekyll-rst.git synced 2026-04-27 16:43:31 +02:00
Commit Graph

14 Commits

Author SHA1 Message Date
gryf 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
gryf 65a7c70ee5 Cleaned up converter.rb a bit 2019-05-04 11:23:41 -06:00
niktwenty3 cbda0aabcb Minor edit
(cherry picked from commit 380811132c0b6c4328aaa16da92955371b98be78)
2019-05-03 13:39:34 -06:00
niktwenty3 fe2e42d324 Updated description about this fork
(cherry picked from commit 3566454404da4515339bf0c01ba2fc2828965e3f)
2019-05-03 13:39:19 -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
Tranch 830d4a498d Remove line number
Remove line number of code block.

(cherry picked from commit 60a416be8291c8da9b9ebc97a4d213982785ec22)
2019-05-03 13:38:58 -06:00
wuyingren 5b8eef7d05 modify for python3
(cherry picked from commit 04b37d3313fbc31f22cf26534257b43e2840bdc4)
2019-05-03 13:38:37 -06:00
Greg Thornton c6a78ef0b5 Merge pull request #8 from vHanda/master
Use hashlib module instead of the deprecated md5 module
2013-02-15 08:23:01 -08:00
Vishesh Handa 02ca442cf0 Use hashlib module instead of the deprecated md5 module
Deprecated since version 2.5

Python3 does not contain the deprecated md5 module
2013-02-15 13:08:25 +05:30
Greg Thornton 469e00b377 Merge pull request #1 from pelletier/patch-1
Makedirs instead of mkdirs
2012-01-14 14:27:57 -08:00
Thomas Pelletier 0ac0cec1f6 It is "makedirs" not "mkdirs". This typo makes the script output nothing (Python crash => only stderr). 2012-01-13 18:23:52 +01:00
Greg Thornton 45350465c7 Fix indentation error in README 2011-12-17 16:49:53 -06:00
Greg Thornton 547dbeca8f Update README 2011-12-17 16:48:27 -06:00
Greg Thornton 6c5e1b585c Initial commit 2011-12-17 16:05:14 -06:00