summaryrefslogtreecommitdiff
path: root/docs/modules/syntax-highlighting/examples
AgeCommit message (Collapse)Author
2022-07-03add example of extended syntax highlighter that processes an individual ↵Dan Allen
token value
2021-12-24minor change to avoid wrapping in example for custom syntax highlighterDan Allen
2021-12-24fix syntax highlighter example to fully support pygments-stylesheet attributeDan Allen
2021-12-23added example to docs of extending the pygments adapter to link to a custom ↵Robert Bennett
stylesheet
2021-07-29rename syntax-highlighter-prism.rb to prism-syntax-highlighter.rbDan Allen
2021-07-29document how to extend a built-in syntax highlighter adapterDan Allen
2020-12-08write intro for Syntax Highlighting; document how to create a custom adapterDan Allen
- explain what source highlighting is - explain difference between client-side and build-time syntax highlighter - rework table that summarizes built-in syntax highlighters - clarify that Asciidoctor does not apply syntax highlighting when producing DocBook - add page about how to create a custom adapter