initial commit

This commit is contained in:
Martin Sukany
2025-06-05 09:39:46 +02:00
commit cced7f02f7
58 changed files with 7275 additions and 0 deletions

7
convert_links.sh Executable file
View File

@@ -0,0 +1,7 @@
#!/bin/bash
perl -i -pe '
s{\[([^]]+)\]\((?!<)([^)]+)\)}{[$1](<$2>)}g;
s{!\[([^]]*)\]\((?!<)([^)]+)\)}{![$1](<$2>)}g;
s/%20/ /g;
' docs/src/*.md