We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b8ad6f9 commit ef61f23Copy full SHA for ef61f23
1 file changed
plugboard/cli/process/__init__.py
@@ -161,7 +161,5 @@ def diagram(
161
with add_sys_path(config.parent):
162
process = _build_process(config_spec)
163
diagram = MermaidDiagram.from_process(process)
164
- md = Markdown(
165
- f"```\n{diagram.diagram}\n```\n[Editable diagram]({diagram.url}) (external link)"
166
- )
+ md = Markdown(f"```\n{diagram.diagram}\n```\n[Editable diagram]({diagram.url}) (external link)")
167
print(md)
0 commit comments