Adds outline for my first post.

This commit is contained in:
2025-06-21 20:28:15 -07:00
parent b53c2ee80a
commit 2ad5e29cad
2 changed files with 23 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