Skip to content

Commit

Permalink
Words
Browse files Browse the repository at this point in the history
  • Loading branch information
zampino committed Dec 14, 2023
1 parent dd0d6ae commit 839d7d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion notebooks/viewers/context.clj
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
(clerk/html [:blockquote.bg-sky-50.rounded.py-1
(clerk/md (str "## " (ns-name doc-ns) "\n" (:doc (meta doc-ns))))])))})

;; By customizing the cell viewer we might override visibility at runtime: in this example we're
;; By customizing the cell viewer we might override visibility at presentation time: in this example we're
;; - hiding all forms holding a defn (except the `^:cljc` ones)
;; - showing the namespace result (which is hidden by default otherwise)

Expand Down

0 comments on commit 839d7d6

Please sign in to comment.