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

This package is auto-updated.

Last update: 2024-03-09 13:09:08 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);