Skip to content

Commit 4b959df

Browse files
committed
Fix markdown syntax var name
1 parent 207e0da commit 4b959df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

notebooks/markdown.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -916,7 +916,7 @@ Markdown provides backslash escapes for the following characters:
916916
;; and parse it into a _nested clojure structure_ (an AST)
917917

918918

919-
(def parsed (md/parse markdown-input))
919+
(def parsed (md/parse markdown-syntax))
920920
```
921921

922922
At present, Clerk will split top level forms which are grouped together under the same cell, this is to guarantee that Clerk's dependency analysys among forms will still effectively avoid needless recomputations^[when code changes].

0 commit comments

Comments
 (0)