From 3aacc399ef29a27a976ea61dbdf9c78e8be39cc8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sverrir=20Arn=C3=B3rsson?= Date: Tue, 19 Nov 2024 15:05:19 +0100 Subject: [PATCH] Add typst-math to shortcodes-and-filters.ym --- docs/extensions/listings/shortcodes-and-filters.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/extensions/listings/shortcodes-and-filters.yml b/docs/extensions/listings/shortcodes-and-filters.yml index cf280610be..da8b140cd5 100644 --- a/docs/extensions/listings/shortcodes-and-filters.yml +++ b/docs/extensions/listings/shortcodes-and-filters.yml @@ -475,6 +475,12 @@ description: > Output divs and spans as Typst functions. +- name: typst-math + path: https://github.com/sverrirarnors/typst-math + author: '[Sverrir ArnĂ³rsson](https://github.com/sverrirarnors)' + description: > + Changes math block syntax from LaTeX to Typst math. + - name: unsplash path: https://github.com/dragonstyle/unsplash author: '[dragonstyle](https://github.com/dragonstyle)'