Skip to content

Commit

Permalink
updated documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin Fenner committed May 24, 2016
1 parent 76858ea commit 0c52779
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ Support for these template engines is included with the package:
| BlueCloth | .markdown, .mkd, .md | bluecloth | Community |
| Kramdown | .markdown, .mkd, .md | kramdown | Community |
| Pandoc | .markdown, .mkd, .md | pandoc | Community |
| reStructuredText | .rst | pandoc | Community |
| Maruku | .markdown, .mkd, .md | maruku | Community |
| CommonMarker | .markdown, .mkd, .md | commonmarker | Community |
| RedCloth | .textile | redcloth | Community |
Expand Down
2 changes: 1 addition & 1 deletion docs/TEMPLATES.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ Tilt also includes support for CSS processors like [LessCSS][lesscss] and
* CoffeeScript - `Tilt::CoffeeScriptTemplate`
* Literate CoffeeScript - `Tilt::CoffeeScriptLiterateTemplate`
* [Textile](#redcloth) - `Tilt::RedClothTemplate`
* reStructuredText - `Tilt::RstTemplate`
* reStructuredText - `Tilt::RstPandocTemplate`
* Creole - `Tilt::CreoleTemplate`
* [RDoc](#rdoc) - `Tilt::RDocTemplate`

Expand Down

0 comments on commit 0c52779

Please sign in to comment.