Commit Graph
6 Commits
Author SHA1 Message Date
gryf d76fb6835a Clean up directives code 2019-05-04 12:46:06 -06:00
gryf 1f75eb9081 Removed xhtml rst2html.py 2019-05-04 12:46:06 -06:00
gryf cc1aa808b8 Corrected umlauts in strings/comments 2019-05-04 12:46:06 -06:00
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