From 4aeb0ec69d165dc9639943869a11d034d38d13ad Mon Sep 17 00:00:00 2001 From: Florian <40308458+ProfileID@users.noreply.github.com> Date: Sat, 1 Aug 2020 19:32:30 +0200 Subject: [PATCH] plantuml: fix space was missing (#4233) --- pages/common/plantuml.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/common/plantuml.md b/pages/common/plantuml.md index 659121a272..a1ca3a59e8 100644 --- a/pages/common/plantuml.md +++ b/pages/common/plantuml.md @@ -9,7 +9,7 @@ - Render a diagram in given format (e.g. `png`, `pdf`, `svg`, `txt`): -`plantuml -t{{format}} {{diagram.puml}}` +`plantuml -t {{format}} {{diagram.puml}}` - Render all diagrams of a directory: