Satoshi KOJIMA
Satoshi KOJIMA
If transformers is specified in a document , transformer can only access first one of the transformers.
Currently(in Noramark v 0.2 beta 7), Noramark transformer is ruby code. This means that markup text with custom markup need a transformer written in ruby and should be processed by...
It's ok (l command is converted to `` link) ``` h1: [l(http://link-to-somewhere){title}] ``` But it will not work. The l command is converted to `` tag. ``` # [l(http://link-to-somewhere){title}] ```
Want to make the document automatically build and deployed triggered by push via TravisCI.
Current implementation document_name parameter as file basename. Is this good design?