timlrx / tailwind-nextjs-starter-blog

This is a Next.js, Tailwind CSS blogging starter template. Comes out of the box configured with the latest technologies to make technical writing a breeze. Easily configurable and customizable. Perfect as a replacement to existing Jekyll and Hugo individual blogs.
https://tailwind-nextjs-starter-blog.vercel.app/
MIT License
8.82k stars 2.05k forks source link

how to set ` invisiable? #786

Closed JcobCN closed 11 months ago

JcobCN commented 11 months ago

image

how to set ` something...\' invisible? like github just hightlight or render blackground color

timlrx commented 11 months ago

Modify tailwind config like so: https://stackoverflow.com/a/70267619

JcobCN commented 11 months ago

thx