fix: build template tag with json data issue.
This commit is contained in:
@@ -13,3 +13,9 @@ block content
|
||||
ul
|
||||
each val in items
|
||||
li= val
|
||||
input(data-json=`
|
||||
{
|
||||
"very-long": "piece of ",
|
||||
"data": true
|
||||
}
|
||||
`)
|
||||
|
||||
Reference in New Issue
Block a user