Skip to content

Commit 0deeadf

Browse files
committed
switch to textile
1 parent 647643e commit 0deeadf

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

git-wiki.rb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
grit
88
haml
99
sass
10-
bluecloth).each { |dependency| require dependency }
10+
redcloth).each { |dependency| require dependency }
1111

1212
begin
1313
require 'thin'
@@ -17,7 +17,7 @@
1717

1818
class String
1919
def to_html
20-
BlueCloth.new(self).to_html
20+
RedCloth.new(self).to_html
2121
end
2222

2323
def linkify
@@ -130,7 +130,7 @@ def commit_message
130130

131131
configure do
132132
GitRepository = ENV['GIT_WIKI_REPO'] || File.join(ENV['HOME'], 'wiki')
133-
PageExtension = '.markdown'
133+
PageExtension = '.textile'
134134
Homepage = 'Home'
135135
set_option :haml, :format => :html4,
136136
:attr_wrapper => '"'

0 commit comments

Comments
 (0)