Improved pdf generation

This commit is contained in:
Ferrari Martino Giordano
2024-03-20 10:09:22 +01:00
parent afa7660b96
commit b66ec48bdb
3 changed files with 48 additions and 14 deletions
+1 -1
View File
@@ -519,5 +519,5 @@ def doc_state(label, state, app):
os.system(
f"dot -Tsvg -o{os.path.join(doc.path(), fname)}.svg {os.path.join(doc.path(), fname)}.dot"
)
mdstate += f"![{fname}]({fname}.svg)\n"
mdstate += f"![{fname} state]({fname}.svg)\n"
return mdstate