Installation

Go to project root and install this library in Yugal with following command.

yugal --install https://github.com/sinhapaurush/php_markup.git

Add this Library in page in meta() function.

Example:

<?php
    meta(
        array(
            "title"=>"Sample",
            "library"=>array(
                + "php_markup"
            )
        )
    );
?>

Of course, + sign is not required in code.

Last updated