Initial commit.

This commit is contained in:
2025-05-27 16:29:14 -07:00
commit 4f44d5edca
29 changed files with 5230 additions and 0 deletions

8
.markdownlint.yaml Normal file
View File

@@ -0,0 +1,8 @@
# Indentation
MD007:
indent: 2
# Maximum multiple consecutive blank lines
MD012:
maximum: 2
# Disable the line-length warnings.
MD013: false