summaryrefslogtreecommitdiff
path: root/src/clarktown/core.clj
diff options
context:
space:
mode:
Diffstat (limited to 'src/clarktown/core.clj')
-rw-r--r--src/clarktown/core.clj5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/clarktown/core.clj b/src/clarktown/core.clj
index f192cc4..a6ed42c 100644
--- a/src/clarktown/core.clj
+++ b/src/clarktown/core.clj
@@ -24,4 +24,7 @@
([markdown]
(render markdown parsers/parsers))
([markdown given-parsers]
- (parser/parse markdown given-parsers))) \ No newline at end of file
+ (parser/parse markdown given-parsers)))
+
+(comment
+ (render (slurp "./test.md"))) \ No newline at end of file