fix line breaks again

This commit is contained in:
Johann150 2023-02-24 18:30:06 +01:00
parent 10f07029f6
commit d34d0161b6
Signed by: Johann150
GPG key ID: 9EE6577A2A06F8F1

View file

@ -45,7 +45,7 @@ export const Markdown = defineComponent({
return h(MkCode, {
code: node.childNodes[0].textContent,
// TODO: lang attribute for language highlighting
inline: true,
inline: false,
});
}
// fallthrough