mdbook-typstpdf 0.3.0

An mdBook backend that generates PDF output using Typst
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
# Emphasis

This has **bold text** in between normal.

This has _italic text_ in between normal.

A **line** having _both_, bold and italic text.

**A bold line _having_ italic text**

_An Italic line having **bold** text_

Now this is going **_out of hands_**.