diff options
| author | Anhgelus Morhtuuzh <william@herges.fr> | 2026-04-29 16:28:14 +0200 |
|---|---|---|
| committer | Anhgelus Morhtuuzh <william@herges.fr> | 2026-04-29 16:28:14 +0200 |
| commit | 99d2408ad3113f3d79b496ed30798bbd15bc6cfc (patch) | |
| tree | f7cd38f5c7ca985982c649ab7853f48528ff7da9 /typst/typst.h | |
| parent | 007af47ed42931b887483be6ec95073c198ab07f (diff) | |
feat(typst): escape string in math mode
Diffstat (limited to 'typst/typst.h')
| -rw-r--r-- | typst/typst.h | 4 |
1 files changed, 3 insertions, 1 deletions
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*); |
