From e32808e12b5091942fb07afe083e473a0c830f1c Mon Sep 17 00:00:00 2001 From: Adrian Lupu Date: Mon, 27 May 2019 22:52:24 +0300 Subject: [PATCH] relationship text in bold because === breaks --- C4.puml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/C4.puml b/C4.puml index d19dcb2..eeb21eb 100644 --- a/C4.puml +++ b/C4.puml @@ -72,10 +72,10 @@ left to right direction ' ################################## !unquoted function Rel_($alias1, $alias2, $label, $direction="") -$alias1 $direction $alias2 : $label +$alias1 $direction $alias2 : **$label** !endfunction !unquoted function Rel_($alias1, $alias2, $label, $techn, $direction="") -$alias1 $direction $alias2 : "$label\n//[$techn]//" +$alias1 $direction $alias2 : **$label**\n//[$techn]// !endfunction !unquoted function Rel($from, $to, $label)