Skip to content

Commit

Permalink
added kind/tex example
Browse files Browse the repository at this point in the history
  • Loading branch information
daslu committed Jun 14, 2024
1 parent b1af521 commit 699ee03
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions notebooks/index.clj
Original file line number Diff line number Diff line change
Expand Up @@ -507,6 +507,13 @@
;; One current known issue is that LaTeX would not render correctly
;; when nesting `kind/md` inside other kinds.

;; ### TeX

;; (currently supported only when rendering through Quarto)

(kind/tex "x^2=\\alpha")


;; ### Code

;; Clojure code can be annotated with `kind/code`.
Expand Down

0 comments on commit 699ee03

Please sign in to comment.