README
PoeMD parser
This is an implementation of a simple PoeMD parser. For more information about the PoeMD language, see its specification.
Installation
npm install poemd-parser
A parser for the PoeMD language.
<script type="module">
import poemdParser from 'https://cdn.skypack.dev/poemd-parser';
</script>
This is an implementation of a simple PoeMD parser. For more information about the PoeMD language, see its specification.
npm install poemd-parser