1
0
mirror of https://github.com/gryf/jekyll-rst.git synced 2026-01-07 22:34:14 +01:00
Files
jekyll-rst/converter.rb
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

968 B