From eacbcabc3d9181181f7036002bf7f9e16238f4fd Mon Sep 17 00:00:00 2001 From: Abdelrahman Elbehery Date: Sun, 29 Sep 2024 19:54:22 +0000 Subject: [PATCH] move ditaa documentation below d2 to confirm with alphabetical order --- docs/modules/setup/pages/diagram-options.adoc | 69 +++++++++---------- 1 file changed, 34 insertions(+), 35 deletions(-) diff --git a/docs/modules/setup/pages/diagram-options.adoc b/docs/modules/setup/pages/diagram-options.adoc index 10bda1526..998bc0dfa 100644 --- a/docs/modules/setup/pages/diagram-options.adoc +++ b/docs/modules/setup/pages/diagram-options.adoc @@ -76,6 +76,40 @@ empty string ("") |Render diagram with a hand-drawn aesthetic: https://d2lang.com/tour/sketch/ |=== +== Ditaa + +[cols="1m,1a,2a",opts="header"] +|=== +|Name +|Allowable Values +|Description + +|no-antialias +|_any_ + +|Turns anti-aliasing off + +|no-separation +|_any_ + +|Prevents the separation of common edges of shapes + +|round-corners +|_any_ + +|Causes all corners to be rendered as round corners + +|scale +|_double_ + +*`1.0`* +|A natural number that determines the size of the rendered image. The units are fractions of the default size (2.5 renders 1.5 times biggerthan the default) + +|no-shadows +|_any_ + +|Turns off the drop-shadow effect + +|tabs +|_any_ + +|Tabs are normally interpreted as 8 spaces but it is possible to change that using this option +|=== + == GraphViz [cols="1m,1a,2a",opts="header"] @@ -292,38 +326,3 @@ empty string ("") Only works if title is also set |=== - -== Ditaa - -[cols="1m,1a,2a",opts="header"] -|=== -|Name -|Allowable Values -|Description - -|no-antialias -|_any_ + -|Turns anti-aliasing off - -|no-separation -|_any_ + -|Prevents the separation of common edges of shapes - -|round-corners -|_any_ + -|Causes all corners to be rendered as round corners - -|scale -|_double_ + -*`1.0`* -|A natural number that determines the size of the rendered image. The units are fractions of the default size (2.5 renders 1.5 times biggerthan the default) - -|no-shadows -|_any_ + -|Turns off the drop-shadow effect - -|tabs -|_any_ + -|Tabs are normally interpreted as 8 spaces but it is possible to change that using this option - -|===