timpani
v0.0.9
Published
Inline preferment super minimal markup parser
Readme
Timpani
A very small markup language for inline styling supporting:
- Bold using:
*bold* - Underlined:
_underlined_ - Stroked:
~stroke~
Install
npm install --save timpaniHow to use
import * as timpani from 'timpani'
const ast = timpani.parse('hello *world*')