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"