Skip to content
On this page

Hello Vite Press

For more Markdown syntax see: Markdown Extensions

Container Box

This is an info box.[Gray]

There are other types of boxes: Tip, warning, danger, details.

Syntax Highlighting

typescript
export default {
    data() {
        return {
            msg: 'Highlighted!'
        }
    }
}
typescript
export default {
  data () {
    return {
      msg: 'Highlighted!', // Highlight the current row
    }
  }
}

See more usage: Focus in code blocks.

I want to show my work done

Badge

See more details: Theme badge

Demo official

js
<Badge type="tip" text="official"/>