Skip to content

CodingShower

  • Home
  • About
Skip to content

CodingShower

All Things Software

Tag: prism

How Do I Get PrismJS Syntax Highlighter in WordPress ?

Posted on January 27, 2022February 23, 2022 by Rick

Prism is an amazing lightweight and extensible syntax highlighter that just works by adding a class like language-python to your HTML <pre> or <code> tags. The best part about Prism is that it doesn’t mess up the HTML semantics in any way and comes with multiple themes that look really beautiful. Installation Getting it installed […]

0