talmudifier 0.2.0

Convert markdown text into Talmud-like PDFs
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
**You can optionally set the font's language.** For example to set the font to Hebrew, add: `"language": "hebrew"`.

```text
{
  "left": {
    "directory": "talmudifier_fonts/left",
    "regular": "regular.ttf",
    "italic": "italic.ttf",
    "bold": "bold.ttf",
    "bold_italic": "bold_italic.ttf",
    "language": "hebrew"
  }
}
```

By default, the font is `"english"`. For a list of possible languages, [read this](https://texdoc.org/serve/polyglossia/0).