Currently, we need to clone restructuredText renderer manually. There
was also some brainsplit between readme file and the reality. It should
be easier now, by using either --recurse-submodules for git clone or
git submodule update --update.
jekyll-rst plugin allows to use restructured text source files, which
are much convinient than plain markdown files, since reST format
supports ootb:
- tables
- definitions
- code highlight
- autogenerated table of content
and much more.