File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -121,35 +121,35 @@ I've composed a wiki page to describe features of this extension.
121
121
Hello I should be in red text :D
122
122
:color
123
123
124
- :color red this is inline! :color
124
+ :color- red this is inline! :color
125
125
126
126
# 3 Character hex
127
127
:color #AAA
128
128
Hello!
129
129
:color
130
130
131
- :color #AAA this is inline! :color
131
+ :color- #AAA this is inline! :color
132
132
133
133
# 6 Character hex
134
134
:color #DADADA
135
135
Hello!
136
136
:color
137
137
138
- :color #DADADA this is inline! :color
138
+ :color- #DADADA this is inline! :color
139
139
140
140
# RGB
141
141
:color 255,255,255
142
142
Hello!
143
143
:color
144
144
145
- :color 255,255,255 this is inline! :color
145
+ :color- 255,255,255 this is inline! :color
146
146
147
147
# RGBA
148
148
:color 255,255,255,50
149
149
Hello!
150
150
:color
151
151
152
- :color 255,255,255,50 this is inline! :color
152
+ :color- 255,255,255,50 this is inline! :color
153
153
```
154
154
155
155
[ More info] ( https://github.com/johnnyhuy/laravel-useful-commonmark-extension/wiki/Color )
You can’t perform that action at this time.
0 commit comments