style: address PR feedback

pull/5679/head
Geoff Rich 5 years ago
parent 8e3b6e4992
commit 71bec3a51d

@ -86,7 +86,7 @@ export default function() {
renderer.heading = (text, level, rawtext) => {
let slug;
let extracted = extract_attributes(text, rawtext);
const extracted = extract_attributes(text, rawtext);
text = extracted.text;
rawtext = extracted.raw;

Loading…
Cancel
Save