Skip to content

Commit

Permalink
doc update
Browse files Browse the repository at this point in the history
  • Loading branch information
daslu committed Sep 11, 2024
1 parent 845bcfa commit cbf20d2
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions notebooks/index.clj
Original file line number Diff line number Diff line change
Expand Up @@ -638,10 +638,22 @@
[:div
[:p "hello"]])

(tc/dataset {:x (range 3)})

(kind/hiccup
[:div
(tc/dataset {:x (range 3)})])

(kindly/hide-code
(kindly/merge-options! {:style {:background-color nil}})
false)

(kind/hiccup
[:div
[:p "hello"]])

(tc/dataset {:x (range 3)})

(kind/hiccup
[:div
(tc/dataset {:x (range 3)})])

0 comments on commit cbf20d2

Please sign in to comment.