-
Notifications
You must be signed in to change notification settings - Fork 128
Pdf Builder syntax
matboivin edited this page Dec 23, 2019
·
1 revision
If you want to use the pdfbuilder.py
script you have to follow this syntax:
# {content}
## {content}
### {content}
* {content}
<img src="{image_path}">
```
{content}
```
| | |
| ----------------:| ---------------- |
| {content} | {content} |
| {content} | {content} |
| {content} | {content} |
| {content} | {content} |
Warning: use with caution, you can only have 2 columns with the pdf builder.
text **{bold content}** text
text *{bold content}* text
text __{italic content}__ text
text _{italic content}_ text
text `{code content}` text