File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 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" }
Original file line number Diff line number Diff line change 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)))
You can’t perform that action at this time.
0 commit comments