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;

@ -58,4 +58,4 @@ function parse_attributes(raw_attributes) {
})
return result;
}
}

Loading…
Cancel
Save