From b2b91b63abd7abcedd9db6663a0634572e3abad1 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 (cherry picked from commit 3aacc399ef29a27a976ea61dbdf9c78e8be39cc8) --- 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 f0770f9467..3cdfb982e3 100644 --- a/docs/extensions/listings/shortcodes-and-filters.yml +++ b/docs/extensions/listings/shortcodes-and-filters.yml @@ -481,6 +481,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)'