Browse Source

Add `a` to textTags inside Parser configs

pull/600/head
Artur Arseniev 8 years ago
parent
commit
c34b5e7e60
  1. 2
      src/parser/config/config.js

2
src/parser/config/config.js

@ -1,5 +1,5 @@
module.exports = {
textTags: ['br', 'b', 'i', 'u'],
textTags: ['br', 'b', 'i', 'u', 'a'],
};

Loading…
Cancel
Save