Skip to content

Commit

Permalink
move ditaa documentation below d2 to confirm with alphabetical order
Browse files Browse the repository at this point in the history
  • Loading branch information
elbehery95 committed Sep 29, 2024
1 parent 8db81aa commit 7afc44c
Showing 1 changed file with 35 additions and 35 deletions.
70 changes: 35 additions & 35 deletions docs/modules/setup/pages/diagram-options.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,41 @@ If this value is omitted, 72.0 is used.
This number is used to convert the point coordinate units used in the pos attribute into inches, which is what is expected by neato and fdp: https://graphviz.org/doc/info/command.html#-s
|===


== 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
|===

== Mermaid

Mermaid naming convention for configuration is camelCase, for instance: `htmlLabels`.
Expand Down Expand Up @@ -292,38 +327,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

|===

0 comments on commit 7afc44c

Please sign in to comment.