noramark icon indicating copy to clipboard operation
noramark copied to clipboard

try to implement ruby independent transformer API

Open skoji opened this issue 10 years ago • 2 comments

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 ruby implementation of Noramark .

If transformer notation is ruby independent (i.e. external DSL), it can be processed easier with Noramark implementation in other programming Language.

skoji avatar Jan 08 '15 05:01 skoji

One possible solution : just fix #26 and use XSLT .

skoji avatar Jan 08 '15 05:01 skoji

I'm trying to implement transformer in NoraMark syntax.

skoji avatar Jan 29 '15 08:01 skoji