docs: Corrections, updates, and improvements

This commit is contained in:
James Westman 2024-11-03 14:17:59 -06:00
parent e19975e1f8
commit a529a61955
No known key found for this signature in database
GPG key ID: CE2DBA0ADB654EA6
6 changed files with 20 additions and 19 deletions

View file

@ -98,7 +98,7 @@ def rst_to_md(lines: list[str]) -> str:
line = lines[i].rstrip()
i += 1
if line == ".. rst-class:: grammar-block":
print_block(strip_links=True)
print_block("text", strip_links=True)
elif line == ".. code-block:: blueprint":
print_block("blueprint")
elif line == ".. note::":