From 78f399521661c82e45e627bbbdc8ce4daa9e5207 Mon Sep 17 00:00:00 2001 From: Anhgelus Morhtuuzh Date: Wed, 29 Apr 2026 22:30:04 +0200 Subject: style(typst): move in lib folder --- lib/typst/typdown_typst.h | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 lib/typst/typdown_typst.h (limited to 'lib/typst/typdown_typst.h') 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*); -- cgit v1.2.3