aboutsummaryrefslogtreecommitdiff
path: root/packages/astro/test/fixtures/astro-markdown-shiki/wrap-true/astro.config.mjs
blob: 0e95f569bbf196c5286a77fea3a2903481d8f11c (plain) (blame)
1
2
3
4
5
6
export default {
	markdown: {
		syntaxHighlight: 'shiki',
		shikiConfig: { wrap: true },
	},
}