From 561091325876753ad557b9a8f86fc58b9b45557d Mon Sep 17 00:00:00 2001 From: Michael Date: Tue, 19 Apr 2022 21:49:29 +0200 Subject: [PATCH] Fixed formatting --- docs/report/build.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/report/build.md b/docs/report/build.md index 69cffa1..1470070 100644 --- a/docs/report/build.md +++ b/docs/report/build.md @@ -77,6 +77,7 @@ sub_part.build_order_allocations: {{ line.sub_part.build_order_allocations}} This will result in: +```text reference: 0001 quantity: 10 title: BO0001 @@ -101,3 +102,4 @@ sub_part.IPN: ANA-000002-001 sub_part.name: L7805 sub_part.build_order_allocations: ]> ........ +```