β
This page keeps track of how my site handles various Typst constructs. See 001 for more information.
TODO
TODO, but they work.
pub fn main() !void {
@import("std").debug.println("Hello, Typst!");
}
While Typst footnote do not work with a custom HTML root as of now, this behavior is fairly simple[1]β¦.
While the development version of the Typst compiler does not have support for equation exporting, #7206 is working on the initial work in converting equations into MathML. As such, this site is currently built off that branch.