fix(build): indentation being lost in code blocks

closes #2988
fix/2989
Divyansh Singh 11 months ago
parent 0df88438c7
commit 5bb6bb0a14

@ -153,7 +153,7 @@ export async function highlight(
)
}
str = removeMustache(str).trim()
str = removeMustache(str).trimEnd()
const codeToHtml = (theme: IThemeRegistration) => {
const res =

Loading…
Cancel
Save