Setting the file. One moment.
Subchapter 7.3
references/animation-rough-marker.mdMarkdown877 BView on GitHub
<span v-mark>Important text</span><span v-mark.underline>Underlined</span>
<span v-mark.circle>Circled</span>
<span v-mark.highlight>Highlighted</span>
<span v-mark.strike-through>Struck through</span>
<span v-mark.box>Boxed</span><span v-mark.red>Red marker</span>
<span v-mark.blue>Blue marker</span>Custom color:
<span v-mark="{ color: '#234' }">Custom color</span>Works like v-click:
<span v-mark="5">Appears on click 5</span>
<span v-mark="'+1'">Next click</span><span v-mark="{ at: 5, color: '#234', type: 'circle' }">
Custom marker
</span>