summaryrefslogtreecommitdiff
path: root/docs/modules/syntax-highlighting
AgeCommit message (Expand)Author
2023-05-29remove explicit source style in docs when not neededDan Allen
2023-05-17fix cases when source style is missing on literal block in docsDan Allen
2023-04-29use the term gem instead of RubyGem to refer to a gem; reword the installatio...Dan Allen
2022-08-22proofread documentation (PR #4336)Guillaume Grossetie
2022-07-25advise against mixing syntax highlighting and AsciiDoc text formattingDan Allen
2022-07-03add example of extended syntax highlighter that processes an individual token...Dan Allen
2022-05-10change ArchLinux to Arch Linux in docs [no ci]Dan Allen
2022-05-10add Arch Linux install step for the rouge gem (PR #4293)Alexandre ZANNI
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 s...Robert Bennett
2021-12-23Fix typos and misspellings in docs and code (PR #4222)Kian Meng, Ang
2021-10-18rename default branchDan Allen
2021-10-18fix URLs in docsDan Allen
2021-09-20replace the term tag with element to refer to an element node in HTML or XMLDan Allen
2021-09-19fix link to API docs for SyntaxHighlighter classDan Allen
2021-08-29show linenums as option instead of positional attribute in docsDan 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 t...Dan Allen
2021-07-29document that the Pygments installation can be set in a custom adapter that e...Dan Allen
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
2021-05-03be more clear about how to set the rouge style and provide an example [skip ci]Dan Allen
2021-03-24resolves #3969 add support for using pygments.rb 2.x when source-highlighter=...Marat Radchenko
2020-12-30fix grammar [skip ci]Dan Allen
2020-12-29fix Debian package names for rouge and coderay [skip ci]Dan Allen
2020-12-08content clarifications, syntax fixes, and added xrefsSarah White
2020-12-08switch fenced code blocks to AsciiDoc source blocks and always set languageDan Allen
2020-12-08clarify that highlightjs-languages only works when generating standalone HTMLDan Allen
2020-12-08write intro for Syntax Highlighting; document how to create a custom adapterDan Allen
2020-12-08rename source-highlighters module to syntax-highlightingDan Allen