Add Markdown-it Plugins in VitePress
How to add a Markdown-it plugin to your VitePress site to extend the functionality of the Markdown parser.
Published on:
vitepressmarkdown
A collection of tips and tricks for web development and more
How to add a Markdown-it plugin to your VitePress site to extend the functionality of the Markdown parser.
Annoyed by .DS_Store files cluttering up your directories? Learn how to remove them quickly using the terminal on macOS.
The marquee tag was a popular feature in older versions of HTML that allowed text to scroll horizontally across the screen. While the marquee tag is no longer supported in modern browsers, you can replicate its functionality using CSS animations. Learn how to create a marquee effect with CSS in this tip.