Code Highlighter

コードを分かりやすく表示させます

nuxt-shiki の問題のためコードハイライトのサポートを停止しています。

Example

コードあるいはテキストをフォーマットする事が可能です。

 (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>