DEV Community

Discussion on: Creating Notifications with React Create Portals

Collapse
 
andy profile image
Andy Zhao (he/him)

Nice post! Btw you can add syntax highlighting to your codeblocks by adding a keyword (usually the language) after the first set of triple backticks. For example:

Codeblock with syntax highlighting example

Collapse
 
lisaveras profile image
LV 🏳️‍🌈

Oh sweet! I was looking for this in Help when writing the post but didn't see it. Thank you.

Collapse
 
andy profile image
Andy Zhao (he/him)

Ah good to know. We should probably add that in there.