Skip to content

Latest commit

 

History

History
39 lines (25 loc) · 565 Bytes

README.textile

File metadata and controls

39 lines (25 loc) · 565 Bytes

stextile

A simple textile parser, designed to be good enough to parse the simple formatting used in DailyJS articles.

Installation

npm install stextile

Usage

In a Node project:

var textile = require('stextile');

textile('h1. A header');

In the shell:

$ stextile file.textile

# HTML printed to stdout

TO-DO

  • Footnotes
  • Acronyms
  • Benchmarks
  • Optimisation
  • Attributes for inline elements
  • span with %
  • Indentation

License

The MIT License.