You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|`compress_pdf`| boolean |`false`| Whether to compress the final PDF. Requires Ghostscript. |
28
28
|`svg2pdf_backend`| string |`"cairosvg"`| Backend to use for SVG to PDF conversion. `"cairosvg"` is built-in, `"inkscape"` requires Inkscape to be installed |
29
29
30
+
You can use `<highlight>text</highlight>` tags in your templates, and they will be
31
+
highlighted in the color specified by the `highlight_colour` in your `style`.
32
+
30
33
Example:
31
34
32
35
```yaml
36
+
# kiwipycon.yml
37
+
33
38
documents:
34
39
- prospectus
35
40
- material_specs
36
41
37
42
style:
38
-
highlight_colour: primary
43
+
highlight_colour: teal # Color for <highlight>text</highlight> tags
0 commit comments