📱 (note) overflow on x

This commit is contained in:
2021-03-25 20:38:58 +01:00
parent a66476f233
commit 33375647c1
3 changed files with 10 additions and 3 deletions

View File

@@ -11,7 +11,7 @@ const md = new MarkdownIt({
h4: ['title', 'is-5'],
h5: ['title', 'is-6'],
h6: ['title', 'is-6'],
table: ['table', 'is-striped', 'is-hoverable', 'is-fullwidth']
table: ['table', 'is-striped', 'is-hoverable']
})
export const useMarkdown = () => {