Code Highlighter

Display your code clearly!

Highlight support is temporarily suspended due to an issue with nuxt-shiki.

Example

It is possible to format code or text.

 (Include Pre Tag) This is BashSnippet Candy Candy Sleepy🐳 
txt
<template>
 <CodeHighlighter
  border
  rounded
  margin="b-0"
 >
  (Include Pre Tag)
  This is BashSnippet
  Candy Candy Sleepy🐳
 </CodeHighlighter>
</template>