Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit f6d4df0

Browse files
committed
Complement a require statement in 7.14
Refer input-stream and output-stream used later.
1 parent b0259d8 commit f6d4df0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

07_webapps/7-14_markdown.asciidoc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,8 @@ Use +markdown.core/md-to-html+ to read a Markdown document and generate a string
2222

2323
[source,clojure]
2424
----
25-
(require '[markdown.core :as md])
25+
(require '[markdown.core :as md]
26+
'[clojure.java.io :refer [input-stream output-stream])
2627
2728
(md/md-to-html "input.md" "output.html")
2829

0 commit comments

Comments
 (0)