We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
|
1 parent 6f0d1ae commit 3ae11b6Copy full SHA for 3ae11b6
content/docs/3_reference/3_panel/3_fields/0_writer/reference-article.txt
@@ -47,6 +47,8 @@ The writer field supports the following marks by default:
47
- `clear`
48
</since>
49
50
+The special mark `|` can be used to separate marks in the toolbar by a vertical line.
51
+
52
```yaml
53
fields:
54
text:
@@ -55,6 +57,7 @@ fields:
55
57
marks:
56
58
- bold
59
- italic
60
+ - '|'
61
- strike
62
```
63
0 commit comments