The converter is now using Marpit plugin instead of a simple string injection to override CLI specific global directives.
This change will fix a failure about overriding global directives when --html option was enabled and there was a HTML block at the end of Markdown file.
Fixed #511.
The converter is now using Marpit plugin instead of a simple string injection to override CLI specific global directives.
This change will fix a failure about overriding global directives when
--html
option was enabled and there was a HTML block at the end of Markdown file.