mdbook-typstpdf 0.3.0

An mdBook backend that generates PDF output using Typst
Documentation
# Code

This section only does simple code blocks and inline code, detailed syntax highlight and stuff is in the languages section

---

```
This is a codeblock
```

---

This line contains `inline code` mixed with some other stuff. (LTR)

ושורה זו מכילה `inline code` אבל עם טקסט בשפה שנכתבת מימין לשמאל. (RTL)

---

````
escaping ``` in ```, fun, isn't is?
````

---

```bash,editable
This is an editable codeblock
```

---

```rust
// This links to a playpen
```