mirror of
https://gitlab.gnome.org/jwestman/blueprint-compiler.git
synced 2025-05-04 15:59:08 -04:00
docs: Corrections, updates, and improvements
This commit is contained in:
parent
e19975e1f8
commit
a529a61955
6 changed files with 20 additions and 19 deletions
|
@ -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::":
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue