Commit 73da73a5 authored by alancnet's avatar alancnet Committed by Nicolas Giard

fix: allow highlight color (#1365)

parent 0d6562cc
...@@ -19,6 +19,7 @@ module.exports = { ...@@ -19,6 +19,7 @@ module.exports = {
h6: ['class', 'id', 'style'], h6: ['class', 'id', 'style'],
img: ['alt', 'class', 'draggable', 'height', 'src', 'style', 'width'], img: ['alt', 'class', 'draggable', 'height', 'src', 'style', 'width'],
li: ['class', 'style'], li: ['class', 'style'],
mark: ['class', 'style'],
ol: ['class', 'style'], ol: ['class', 'style'],
p: ['class', 'style'], p: ['class', 'style'],
path: ['d', 'style'], path: ['d', 'style'],
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment