From 99d2408ad3113f3d79b496ed30798bbd15bc6cfc Mon Sep 17 00:00:00 2001 From: Anhgelus Morhtuuzh Date: Wed, 29 Apr 2026 16:28:14 +0200 Subject: feat(typst): escape string in math mode --- typst/typst.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'typst/typst.h') diff --git a/typst/typst.h b/typst/typst.h index ca6c21f..755314a 100644 --- a/typst/typst.h +++ b/typst/typst.h @@ -1,2 +1,4 @@ extern const char *typst_generateSVG(const char*); -extern void typst_freeSVG(const char*); +extern const char *typst_escapeMath(const char*); + +extern void typst_freeString(const char*); -- cgit v1.2.3