Displaying 1 result from an estimated 1 matches for "webgen_page_format".
2011 Nov 20
4
RFC: Block starting line of Webgen Page Format
...erybody,
I''m currently deciding whether to simplify the block starting line of
the Webgen Page Format. Currently one can specify arbitrary key:value
pairs on the block starting line, e.g.
--- name:test pipeline:erb,kramdown option:value
(see http://webgen.rubyforge.org/documentation/webgen_page_format.html)
However, I don''t think that these options ever get used and therefore I
would like to remove them so that the block starting line just consists
of the three dashes, the name and optionally three or more dashes for
better visual distinction of blocks. I.e.
--- test -------------...