Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b0259d8 commit f6d4df0Copy full SHA for f6d4df0
07_webapps/7-14_markdown.asciidoc
@@ -22,7 +22,8 @@ Use +markdown.core/md-to-html+ to read a Markdown document and generate a string
22
23
[source,clojure]
24
----
25
-(require '[markdown.core :as md])
+(require '[markdown.core :as md]
26
+ '[clojure.java.io :refer [input-stream output-stream])
27
28
(md/md-to-html "input.md" "output.html")
29
0 commit comments