summaryrefslogtreecommitdiff
path: root/docs/modules/syntax-highlighting/pages/custom.adoc
AgeCommit message (Collapse)Author
2022-07-03add example of extended syntax highlighter that processes an individual ↵Dan Allen
token value
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-12-23Fix typos and misspellings in docs and code (PR #4222)Kian Meng, Ang
2021-10-18rename default branchDan Allen
2021-09-19fix link to API docs for SyntaxHighlighter classDan Allen
2021-08-14update links to rubydoc.info to build on a shared attributeDan Allen
2021-08-14improve the docs for writing a custom syntax highlighter adapter; add links ↵Dan Allen
to apidocs
2021-07-29document that the Pygments installation can be set in a custom adapter that ↵Dan Allen
extends the built-in adapter for Pygments
2021-07-29use consistent style for section titles in docs module for syntax highlightingDan Allen
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