Skip to content

Commit 1519ab0

Browse files
committed
Updated readme with inline color.
1 parent 3e4c8ae commit 1519ab0

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -121,35 +121,35 @@ I've composed a wiki page to describe features of this extension.
121121
Hello I should be in red text :D
122122
:color
123123

124-
:color red this is inline! :color
124+
:color-red this is inline! :color
125125

126126
# 3 Character hex
127127
:color #AAA
128128
Hello!
129129
:color
130130

131-
:color #AAA this is inline! :color
131+
:color-#AAA this is inline! :color
132132

133133
# 6 Character hex
134134
:color #DADADA
135135
Hello!
136136
:color
137137

138-
:color #DADADA this is inline! :color
138+
:color-#DADADA this is inline! :color
139139

140140
# RGB
141141
:color 255,255,255
142142
Hello!
143143
:color
144144

145-
:color 255,255,255 this is inline! :color
145+
:color-255,255,255 this is inline! :color
146146

147147
# RGBA
148148
:color 255,255,255,50
149149
Hello!
150150
:color
151151

152-
:color 255,255,255,50 this is inline! :color
152+
:color-255,255,255,50 this is inline! :color
153153
```
154154

155155
[More info](https://github.com/johnnyhuy/laravel-useful-commonmark-extension/wiki/Color)

0 commit comments

Comments
 (0)