Modules
This module provides the core functions for interacting with
the typst markup language compiler.
Contains helper functions for converting elixir datatypes into the format that Typst expects
Creates a typst #table() and implements the String.Chars protocol for easy EEx interpolation.
To build more complex tables you can use the structs under this module like Typst.Format.Table.Hline
Creates a typst table.cell() and implements the String.Chars protocol for easy EEx interpolation.
Creates a typst table.footer() and implements the String.Chars protocol for easy EEx interpolation.
Creates a typst table.header() and implements the String.Chars protocol for easy EEx interpolation.
Creates a typst table.hline() and implements the String.Chars protocol for easy EEx interpolation.
Creates a typst table.vline() and implements the String.Chars protocol for easy EEx interpolation.