Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions docs/extensions/listings/shortcodes-and-filters.yml
Original file line number Diff line number Diff line change
Expand Up @@ -341,6 +341,13 @@
Render Kroki diagrams in Quarto documents (HTML and PDF)
This uses the Kroki HTTP API via curl, doing a POST request.

- name: get-kroki
path: https://github.com/resepemb/quarto-kroki
author: '[Gabriel Café](https://github.com/GabrielCoffee9)'
description: >
Render [Kroki](https://kroki.io/) diagrams in Quarto websites — including HTML and PDF output.
This extension uses the Kroki API via HTTP GET requests. The Kroki service URL is customizable, and the output format (e.g. SVG, PNG, etc.) can be specified per diagram.

- name: latex-environment
path: https://github.com/quarto-ext/latex-environment
author: '[quarto-ext](https://github.com/quarto-ext)'
Expand Down