]> git.ipfire.org Git - thirdparty/bird.git/commitdiff
fixup! Doc: autoconvertor of our SGML to Markdown
authorMaria Matejka <mq@ucw.cz>
Tue, 1 Apr 2025 09:14:49 +0000 (11:14 +0200)
committerMaria Matejka <mq@ucw.cz>
Tue, 1 Apr 2025 09:14:49 +0000 (11:14 +0200)
tools/linuxdoc.lua

index f4cacd9ffbf7cf08b292f890d8c660a2673cbf27..cf4326f7fdfca4d808e284f2729026572b211ecc 100644 (file)
@@ -72,7 +72,7 @@ G = P{ "Pandoc",
     for _, v in ipairs(t) do
       -- Split out meta blocks
       if pandoc.utils.type(v) == "Meta" then
-       for mk,mv in pairs(v) do 
+       for mk,mv in pairs(v) do
          meta[mk] = mv
        end
       else
@@ -175,7 +175,7 @@ G = P{ "Pandoc",
     return pandoc.Para(mergetables(t))
   end;
 
-  InParaItems = 
+  InParaItems =
       V"Emph" +
       V"It" +
       V"HTMLURL" +