Commit Graph
3 Commits
Author SHA1 Message Date
gryf cabf1e1c24 Readme update 2019-05-04 12:44:56 -06:00
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