A core/code plugin that extends the core block and highlights syntax with Prism.js
- Clone or download to
public/wp-content/plugins/
directory - Activate in WordPress admin in the plugins page
- Use the regular code block in the editor
- After cloning the repo
npm install
- Run
npm run build
for a simple build - Run
npm run watch
to set a watcher
- Create a deprecated strategy so this will not change the content should this be turned off.