Deploying to gh-pages from @ 133572c8d2 🚀

This commit is contained in:
sivan 2020-05-04 15:36:57 +00:00
parent 2692505e11
commit f8996a1fe8
11 changed files with 1161 additions and 321 deletions

View file

@ -656,7 +656,7 @@
const hasOwn = {}.hasOwnProperty;
const HETI_NON_CONTIGUOUS_ELEMENTS = Object.assign({}, findAndReplaceDOMText.NON_CONTIGUOUS_PROSE_ELEMENTS, {
ins: 1, del: 1, s: 1,
ins: 1, del: 1, s: 1, a: 1,
});
const HETI_SKIPPED_ELEMENTS = Object.assign({}, findAndReplaceDOMText.NON_PROSE_ELEMENTS, {
pre: 1, code: 1, sup: 1, sub: 1, 'heti-spacing': 1, 'heti-close': 1,