Skip to content

Commit 7a08432

Browse files
committed
Minor tweaks
1 parent 4743257 commit 7a08432

File tree

1 file changed

+10
-12
lines changed

1 file changed

+10
-12
lines changed

workflow/dumping-workflows.rst

Lines changed: 10 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -57,23 +57,21 @@ files and ``PlantUmlDumper`` to create the PlantUML files::
5757
Styling
5858
-------
5959

60-
You can use `metadata` with the following keys to style the workflow:
60+
You can use ``metadata`` with the following keys to style the workflow:
6161

6262
* for places:
63-
* `bg_color`: a color
64-
* `description`: a string that describe the state
63+
* ``bg_color``: a color;
64+
* ``description``: a string that describes the state.
6565
* for transitions:
66-
* `label`: a string that replace the name of the transition
67-
* `color`: a color
68-
* `arrow_color`: a color
66+
* ``label``: a string that replaces the name of the transition;
67+
* ``color``: a color;
68+
* ``arrow_color``: a color.
6969

70-
Colors can be:
70+
Strings can include ``\n`` characters to display the contents in multiple lines.
71+
Colors can be defined as:
7172

72-
* a color name from `PlantUML's color list`_
73-
* HEX value `#AABBCC`
74-
* short HEX value `#ABC`
75-
76-
You can use `\n` to insert a line return.
73+
* a color name from `PlantUML's color list`_;
74+
* an hexadecimal color (both ``#AABBCC`` and ``#ABC`` formats are supported).
7775

7876
Below is the configuration for the pull request state machine with styling added.
7977

0 commit comments

Comments
 (0)