We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3249de2 commit ffe38e8Copy full SHA for ffe38e8
Documentation/preview.gif
-10.6 KB
README.md
@@ -34,13 +34,13 @@ Breadlesscode:
34
'Test.Test:MyCustomSpan2':
35
extensionName: 'exampleExtension2'
36
icon: 'rocket'
37
- tooltip: 'Mark the text in color lime'
+ tooltip: 'Mark the text in color red'
38
position: 'before exampleExtension'
39
formatting:
40
tag: 'span'
41
classes: 'test-class-2'
42
styles:
43
- background-color: 'lime'
+ background-color: 'red'
44
```
45
46
Now you can use your new formattings like this:
0 commit comments