From 50fa444be5555e3ac2d52d64f17225665b643575 Mon Sep 17 00:00:00 2001 From: Oliver Walters Date: Mon, 6 Jul 2026 10:33:19 +0000 Subject: [PATCH] Fix docs --- docs/docs/report/helpers.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/docs/docs/report/helpers.md b/docs/docs/report/helpers.md index 190e026a2d..487a080b68 100644 --- a/docs/docs/report/helpers.md +++ b/docs/docs/report/helpers.md @@ -1065,9 +1065,6 @@ When a model has multiple notes and you want to render all of them, access the ` {% endraw %} ``` -!!! tip "Ordering Notes" - Use the [`order_queryset`](#order_queryset) helper to control the order in which notes are rendered, for example `{% order_queryset part.notes.all 'title' as ordered_notes %}`. - ## Rendering Markdown Some data fields (such as the *Notes* field available on many internal database models) support [markdown formatting](https://en.wikipedia.org/wiki/Markdown). To render markdown content in a custom report, there are template filters made available through the [django-markdownify](https://github.com/erwinmatijsen/django-markdownify) library. This library provides functionality for converting markdown content to HTML representation, allowing it to be then rendered to PDF by the InvenTree report generation pipeline.