0.0.9 • Published 9 years ago
timpani v0.0.9
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*')