typlite 0.14.16

Converts a subset of typst to markdown.
---
source: crates/typlite/src/tests.rs
expression: "conv(world, ConvKind::LaTeX)"
input_file: crates/typlite/src/fixtures/integration/figure_image.typ
---
<!DOCTYPE html>
<html>
  <head>
    <meta charset="utf-8">
    <meta name="viewport" content="width=device-width, initial-scale=1">
  </head>
  <body><m1document><m1figure caption><m1image src="./fig.svg" alt></m1image></m1figure></m1document></body>
</html>

=====
\begin{center}
\begin{figure}[htbp]
\centering
\includegraphics[width=0.8\textwidth]{fig.svg}
\end{figure}

\end{center}