Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 294 Bytes

README.md

File metadata and controls

17 lines (14 loc) · 294 Bytes

Timpani

A very small markup language for inline styling supporting:

  • Bold using: *bold*
  • Underlined: _underlined_
  • Stroked: ~stroke~

Install

npm install --save timpani

How to use

import * as timpani from 'timpani'

const ast = timpani.parse('hello *world*')