An example of how to use Uniter's experimental inline PHP Markdown plugin.
$ git clone https://github.com/uniter/markdown-plugin-example.git
$ npm ci
$ composer install$ npm startYou should see the expected output:
Here is your Markdown HTML:
<h3>My intro</h3><ul><li>Firstly, hello <em>Archie</em>, how are <em>you</em>?</li><li>Secondly, just where exactly did you go?</li></ul>
$ npm run build:browser:dev
$ open index.htmlYou should see the Markdown document rendered on the page.