solleer / transphporm-xmarkdown-module
There is no license information available for the latest version (dev-master) of this package.
dev-master
2019-01-09 01:48 UTC
Requires
- level-2/transphporm: >=1.1.1
- level-2/xmarkdown: dev-master
This package is auto-updated.
Last update: 2025-03-09 15:09:02 UTC
README
An extension for Transphporm that uses XMarkDown to process markdown
Purpose
It allows you to have stuff edited in markdown and added into a document easily through Transphporm.
Setup
Simply include the files in the src folder or set it up with your autoloader to use The extension depends on Level2\XMarkdown so you must ensure that the library is available To extend Transphporm you must load the module
$template = new \Transphporm\Builder("test.xml", "test.tss"); // Create tranphporm instance. It doesn't matter how // Add on the module $template->loadModule(new \TransphpormXMarkDown\Module);