Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

damian/trextile

Open more actions menu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
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

 
 
 

Contributors

Morty Proxy This is a proxified and sanitized view of the page, visit original site.