diff options
Diffstat (limited to 'src/util/replacer.js')
-rw-r--r-- | src/util/replacer.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/util/replacer.js b/src/util/replacer.js index 028cd3ba..278ffab5 100644 --- a/src/util/replacer.js +++ b/src/util/replacer.js @@ -381,7 +381,7 @@ export function postprocessHeadings(inputNodes) { textContent += node.data.slice(parseFrom, match.index); parseFrom = match.index + match[0].length; - const attributes = html.attributes(parseAttributes(match[1])); + const attributes = html.parseAttributes(match[1]); attributes.push('class', 'content-heading'); // We're only modifying the opening tag here. The remaining content, |