How to tag code blocks for prism.js highlighting
- Step 1Drop content files — Upload one Markdown file at a time from your docs site.
- Step 2Tag for Prism — Click Run — each block gets a Prism-compatible hint.
- Step 3Rebuild — Run your SSG build; Prism.js applies highlighting.
Frequently asked questions
Does Prism need a specific format?+
Prism uses standard names like `python`, `javascript`. The Markdown just needs the lowercase name.
What if a language isn't auto-detected?+
Manually tag for Prism's specialized languages.
Will it work with custom Prism plugins?+
Yes. The tool only adds language hints.
Privacy first
All Markdown processing runs locally in your browser using JavaScript. No file is ever uploaded to JAD Apps servers — only metadata counters are saved for signed-in dashboard stats.