Skip to content

Commit

Permalink
Fix markdown syntax var name
Browse files Browse the repository at this point in the history
  • Loading branch information
mk committed May 22, 2023
1 parent 207e0da commit 4b959df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion notebooks/markdown.md
Original file line number Diff line number Diff line change
Expand Up @@ -916,7 +916,7 @@ Markdown provides backslash escapes for the following characters:
;; and parse it into a _nested clojure structure_ (an AST)


(def parsed (md/parse markdown-input))
(def parsed (md/parse markdown-syntax))
```

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].
Expand Down

0 comments on commit 4b959df

Please sign in to comment.