Just make them strings instead of trying to escape
This commit is contained in:
Vendored
+3
-3
@@ -3,14 +3,14 @@
|
||||
one:
|
||||
title: The logo isn't big enough
|
||||
body: Make the logo bigger.
|
||||
color: \#AF2E1B
|
||||
color: '#AF2E1B'
|
||||
|
||||
two:
|
||||
title: Layout is broken
|
||||
body: The page scrolls horizontally on mobile devices.
|
||||
color: \#CC6324
|
||||
color: '#CC6324'
|
||||
|
||||
three:
|
||||
title: The text is too small
|
||||
body: Increase the font size.
|
||||
color: \#3B4B59
|
||||
color: '#3B4B59'
|
||||
|
||||
Reference in New Issue
Block a user