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
Copy file name to clipboardExpand all lines: docs/configuration.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -38,7 +38,7 @@ At least `documents` has to be specified.
38
38
|`directories.images`| string |`"images"`| Location of image files. |
39
39
|`directories.pages`| string |`"pages"`| Location of page configurations. |
40
40
|`directories.templates`| string |`"templates"`| Location of SVG template files. |
41
-
|`jinja2_extensions`| array |`[]`|[Jinja2 extensions](https://jinja.palletsprojects.com/en/stable/extensions/) (like `jinja2.ext.do`) to load and use in templates.|
41
+
|`jinja2_extensions`| array |`[]`|[Jinja2 extensions](https://jinja.palletsprojects.com/en/stable/extensions/) (like `"jinja2.ext.do"`) to load and use in templates. |
42
42
|`template_renderers`| array |`["render_highlight"]`| List of automatically applied renderers. `render_highlight` is currently the only available one and enabled by default. It will replace `<highlight>...</highlight>` with `<tspan>` using the colour `style.color` to let you highlight words inside YAML text. |
43
43
|`template_filters`| array |`["wordwrap"]`| List of filters made available to templates. `wordwrap` is currently the only available filter. It splits text into lines so that full words have to fit within the specified total number of character for example `{% set desc_lines = item.desc \| wordwrap(40) %}`. |
44
44
|`svg2pdf_backend`| string |`"cairosvg"`| Backend to use for SVG to PDF conversion. `"cairosvg"` is built-in, the alternative `"inkscape"` requires Inkscape to be installed |
0 commit comments