@@ -93,6 +93,28 @@ The YAML header is used by Jekyll and pandoc to generate menus and front pages,
The YAML header is used by Jekyll and pandoc to generate menus and front pages, make sure all the metadata are present and up-to-date. The *.md files must start with the YAML header.
## Conversion Markdown to Pdf files
To generate pdf files use the command (might take some times)
```bash
sudo make -i pdf-gen
```
you can use
```bash
sudo make clean
```
to remove all generated files
!!WARNING!!
Be careful with table in markdown they may break your pdf if table are too big.
In any case if your pdf is break you might want to use the extension markdown pdf with visual studio code.
With this extension you can generate pdf one by one with command available in the extension.