Package Extensions

This reference documents the lazily-loaded implementations of show_typst for types defined in external packages.

LaTeXStrings.jl

julia> using LaTeXStrings, Typstry

julia> show_typst(L"$a$")
```latex $a$```

Markdown.jl

julia> using Markdown, Typstry

julia> show_typst(md"# A")
```markdown # A```