makeup
Advanced tools
+3
-1
@@ -25,5 +25,7 @@ # encoding: utf-8 | ||
| #++ | ||
| require "makeup/markup" | ||
| require "makeup/syntax_highlighter" | ||
| module Makeup | ||
| VERSION = "0.1.0" | ||
| VERSION = "0.1.1" | ||
| end |
@@ -55,3 +55,7 @@ # encoding: utf-8 | ||
| end | ||
| def self.can_render?(path) | ||
| GitHub::Markup.can_render?(path) | ||
| end | ||
| end | ||
| end |