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 eacbcab
Showing 1 changed file with 34 additions and 35 deletions.
69 changes: 34 additions & 35 deletions docs/modules/setup/pages/diagram-options.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
Expand Down Expand Up @@ -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

|===

0 comments on commit eacbcab

Please sign in to comment.