textilejs
Version:
Textile Parser, converts textile documents to HTML.
26 lines (18 loc) • 635 B
Markdown
## 1.0.2
Minor Release
- Fix issues bubbled up by jshint
- Implement code highlighting option, idea taken from marked parser.
## 1.0.1
Minor Release
- Convert examples, and filename to `textile.js`
- Move file to `lib/` folder
- Update `package.json`
## 1.0
Initial Release
- Initialize variables outside of loops
- Initialize for statement iteration variables outside parens
- Change `re_[type]` over to object notation
- Clean up messy `glyphRules`
- Change for loop for simple number incrementation
- Clean up source-code
- Var most variables at beginning of function where possible.