fix line breaks again
This commit is contained in:
parent
10f07029f6
commit
d34d0161b6
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue