File tree Expand file tree Collapse file tree 1 file changed +10
-12
lines changed Expand file tree Collapse file tree 1 file changed +10
-12
lines changed Original file line number Diff line number Diff 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
7876Below is the configuration for the pull request state machine with styling added.
7977
You can’t perform that action at this time.
0 commit comments