Skip to content

Commit 11f1191

Browse files
committed
Merge pull request #20 from Therzok/master
Require redcarpet compat.
2 parents 73f3faf + 03e66b1 commit 11f1191

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,4 +81,3 @@ If you want to fix or change something, please fork on GitHub, push your change
8181
MIT, see LICENCE file
8282

8383

84-
# vim:ft=markdown

lib/docurium.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
require 'pp'
1010
require 'rugged'
1111
require 'redcarpet'
12+
require 'redcarpet/compat'
1213
require 'thread'
1314

1415
# Markdown expects the old redcarpet compat API, so let's tell it what

0 commit comments

Comments
 (0)