Skip to content

Commit 714d699

Browse files
committed
bump markdown
1 parent 1faef02 commit 714d699

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

deps.edn

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
weavejester/dependency {:mvn/version "0.2.1"}
88
com.nextjournal/beholder {:mvn/version "1.0.3"}
99
org.flatland/ordered {:mvn/version "1.15.12"}
10-
io.github.nextjournal/markdown {:mvn/version "0.7.213"}
10+
io.github.nextjournal/markdown {:mvn/version "0.7.222"}
1111
babashka/process {:mvn/version "0.4.16"}
1212
io.github.nextjournal/dejavu {:git/sha "7276cd9cec1bad001d595b52cee9e83a60d43bf0"}
1313
io.github.babashka/sci.nrepl {:mvn/version "0.0.2"}

src/nextjournal/clerk/parser.cljc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -481,7 +481,7 @@
481481
(update :blocks conj (add-block-id code-block)))
482482
(not (contains? state :ns))
483483
(assoc :ns *ns*)
484-
ns? (update :md-context merge (:nextjournal.clerk/markdown (meta *ns*)))))
484+
ns? (update-in [:md-context :opts] merge (:nextjournal.clerk/markdown (meta *ns*)))))
485485
(and add-comment-on-line? (whitespace-on-line-tags (n/tag node)))
486486
(-> state
487487
(assoc :add-comment-on-line? (not (n/comment? node)))

0 commit comments

Comments
 (0)