Skip to content

Commit

Permalink
fix: target & rel attribut inside <a> not allowed
Browse files Browse the repository at this point in the history
Allow those attribut by default in config file
  • Loading branch information
wonknu committed Feb 8, 2017
1 parent 75d0f5f commit 8804005
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cli/core/config/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"strike": ["style"],
"i": ["style"],
"u": ["style"],
"a": ["style", "href"],
"a": ["style", "href", "target", "rel"],
"br": [],
"h1": ["style"],
"h2": ["style"],
Expand Down

0 comments on commit 8804005

Please sign in to comment.