Skip to content

damian/trextile

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Trextile Build Status Code Climate

Trextile is a lightweight Textile to HTML conversion library written in JavaScript. You can find a demo here.

Getting started

The interface to Trextile is incredibly simple. It consumes a Textile string, and outputs HTML using the toHtml method.

var html = new Trextile('my *textile* string').toHtml();

// prints "<p>my <strong>textile</strong> string<p>"
console.log(html);

TODO

  • Tables
  • Attributes
  • Nested ordered and unordered lists

About

Lightweight Textile to HTML conversion library written in JavaScript.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published