public
Fork of jgarber/redcloth
Description: RedCloth is a Ruby library for converting Textile into HTML. This fork is the customizations for use with the Fangamer Forums. It includes BBCode support and ability to disable parsing certain elements.
Homepage: http://redcloth.org
Clone URL: git://github.com/ROFISH/redcloth.git
redcloth / .gitignore
100644 18 lines (17 sloc) 0.271 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
ext/redcloth_scan/Makefile
ext/redcloth_scan/*.[co]
ext/redcloth_scan/*.bundle
ext/redcloth_scan/*.so
ext/redcloth_scan/*.jar
ext/redcloth_scan/*.class
ext/redcloth_scan/*.java
lib/*.bundle
lib/*.so
lib/*.jar
doc/rdoc/*
tmp/*
pkg/*
.DS_Store
*.log
.config
InstalledFiles