From 0a3f6a45cf5a51c4495c607435ddb5baf54941e1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mikl=C3=B3s=20M=C3=A1rton?= Date: Thu, 21 Jul 2022 00:15:46 +0200 Subject: [PATCH] Mention python-barcode parameter adding capabilities (#314) --- docs/report/barcodes.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/docs/report/barcodes.md b/docs/report/barcodes.md index 0fcdc6a..90ce3c3 100644 --- a/docs/report/barcodes.md +++ b/docs/report/barcodes.md @@ -47,6 +47,17 @@ The default barcode renderer will generate a barcode using [Code128](https://en. {% endraw %} ``` +You can also pass further [python-barcode](https://python-barcode.readthedocs.io/en/stable/writers.html#common-writer-options) supported parameters as well: + +```html +{% raw %} + +{% load barcode %} + + +{% endraw %} +``` + ### QR-Code !!! info "qrcode"