panduck-latex 0.1.0

Use panduck to generate XeLaTeX
Documentation
# Counting lib


https://github.com/H2CO3/mdccc/blob/master/src/latex.rs

https://github.com/lbeckman314/md2tex/blob/master/src/lib.rs

https://www.overleaf.com/learn/latex/Bold%2C_italics_and_underlining#Italicized_text


```tex
\usepackage[utf8]{inputenc}
\usepackage{blindtext} %
\usepackage{listings}  % used for [`CodeBlock`]
\usepackage{hyperref}  % used for [`SmarkLink`]
```