File tree 1 file changed +10
-12
lines changed
Filter options
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::
57
57
Styling
58
58
-------
59
59
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:
61
61
62
62
* 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.
65
65
* 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.
69
69
70
- Colors can be:
70
+ Strings can include ``\n `` characters to display the contents in multiple lines.
71
+ Colors can be defined as:
71
72
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).
77
75
78
76
Below is the configuration for the pull request state machine with styling added.
79
77
You can’t perform that action at this time.
0 commit comments