From b00feb36520cdde7c738cad469804bebd03aeccf Mon Sep 17 00:00:00 2001 From: Folkert Kevelam Date: Fri, 23 May 2025 18:17:59 +0200 Subject: [PATCH] Correct indent --- source/aqs2mdx.adb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/aqs2mdx.adb b/source/aqs2mdx.adb index b4c0249..eb57cd3 100644 --- a/source/aqs2mdx.adb +++ b/source/aqs2mdx.adb @@ -165,7 +165,7 @@ procedure Aqs2mdx is end; when Block_Header => if Block (Pandoc.Content_String).To_Array.Element (1) - .To_Integer = 2 + .To_Integer = 2 and then Block (Pandoc.Content_String).To_Array.Element (2) .To_Array.Element (1).To_String = +"introduction" -- This relies on the fact that Pandoc converts a title