Skip to content

Commit d4c4f12

Browse files
committed
Fix an alias in 7.14
1 parent 430253e commit d4c4f12

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

07_webapps/7-14_markdown.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ Finally, we can provide a custom set of transformers to replace the built-in one
134134

135135
[source,clojure]
136136
----
137-
(markdown/md-to-html-string "#foo" :replacement-transformers [capitalize])
137+
(md/md-to-html-string "#foo" :replacement-transformers [capitalize])
138138
----
139139

140140
==== See Also

0 commit comments

Comments
 (0)