Skip to content

v0.8.6

Compare
Choose a tag to compare
@github-actions github-actions released this 21 Jan 12:35
· 31 commits to main since this release

   🚀 Features

<script setup lang="ts" >
const code = `import { codeToThemedTokens } from 'shikiji'

const tokens = await codeToThemedTokens('<div class="foo">bar</div>', {
  lang: 'html',
  theme: 'min-dark'
})
`
</script>

<template>
		<ECodeBlock style="padding: 20px;" :code="code" lang="typescript" theme="min-dark" />
        <ECodeInline>@vue-email/nuxt</ECodeInline>
</template>
    View changes on GitHub