aboutsummaryrefslogtreecommitdiff
path: root/lib/typst/typdown_typst.h
diff options
context:
space:
mode:
authorAnhgelus Morhtuuzh <william@herges.fr>2026-04-29 22:30:04 +0200
committerAnhgelus Morhtuuzh <william@herges.fr>2026-04-29 22:30:04 +0200
commit78f399521661c82e45e627bbbdc8ce4daa9e5207 (patch)
tree2671aa93feb01956aded5cef1e725f9aff4aa3a9 /lib/typst/typdown_typst.h
parent77ccdd8559383c25fc59fbcba38117102e5657b5 (diff)
style(typst): move in lib folder
Diffstat (limited to 'lib/typst/typdown_typst.h')
-rw-r--r--lib/typst/typdown_typst.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/typst/typdown_typst.h b/lib/typst/typdown_typst.h
new file mode 100644
index 0000000..755314a
--- /dev/null
+++ b/lib/typst/typdown_typst.h
@@ -0,0 +1,4 @@
+extern const char *typst_generateSVG(const char*);
+extern const char *typst_escapeMath(const char*);
+
+extern void typst_freeString(const char*);