From 400e495ba06dac85f6433e059a25e051d930651f Mon Sep 17 00:00:00 2001 From: Hugo Trentesaux <hugo@trentesaux.fr> Date: Tue, 24 Jan 2023 17:12:52 +0100 Subject: [PATCH] fix broken markdown --- xtask/res/templates/runtime-calls-category.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/xtask/res/templates/runtime-calls-category.md b/xtask/res/templates/runtime-calls-category.md index 2553bfb35..448620c64 100644 --- a/xtask/res/templates/runtime-calls-category.md +++ b/xtask/res/templates/runtime-calls-category.md @@ -19,7 +19,8 @@ There are **{{ calls_counter }}** {{ category_name }} calls from **{{ pallets | ``` </details> -{{ call.documentation }} +{# replace markdown sytax in documentation breaking the final result #} +{{ call.documentation | replace(from="# WARNING:", to="WARNING"}} {% endfor -%} {% endfor -%} -- GitLab