diff options
| author | Asko Nomm <asko@bien.ee> | 2022-04-06 13:43:59 +0200 |
|---|---|---|
| committer | Asko Nomm <asko@bien.ee> | 2022-04-06 13:43:59 +0200 |
| commit | 2072d2730e0a7991bdf6474275f9fe9cd8fac182 (patch) | |
| tree | f2f2e4190d38edafbac730487839adf356fa7149 /src/clarktown/core.clj | |
| parent | 3770175783d53f9008d81dca8b19741b218d925f (diff) | |
Fixes list blocks, which can now be of any depth and should work just fine.
Diffstat (limited to 'src/clarktown/core.clj')
| -rw-r--r-- | src/clarktown/core.clj | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/clarktown/core.clj b/src/clarktown/core.clj index 3663c11..f192cc4 100644 --- a/src/clarktown/core.clj +++ b/src/clarktown/core.clj @@ -24,7 +24,4 @@ ([markdown] (render markdown parsers/parsers)) ([markdown given-parsers] - (parser/parse markdown given-parsers))) - - -(render (slurp "/Users/asko/work/clarktown/test.md"))
\ No newline at end of file + (parser/parse markdown given-parsers)))
\ No newline at end of file |
