index
:
asciidoctor
2.0.20-charlotte
main
MSM's fork of Asciidoctor
Charlotte Koch
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
docs
/
modules
/
syntax-highlighting
/
pages
Age
Commit message (
Expand
)
Author
2023-05-29
remove explicit source style in docs when not needed
Dan Allen
2023-05-17
fix cases when source style is missing on literal block in docs
Dan Allen
2023-04-29
use the term gem instead of RubyGem to refer to a gem; reword the installatio...
Dan Allen
2022-08-22
proofread documentation (PR #4336)
Guillaume Grossetie
2022-07-25
advise against mixing syntax highlighting and AsciiDoc text formatting
Dan Allen
2022-07-03
add example of extended syntax highlighter that processes an individual token...
Dan Allen
2022-05-10
change ArchLinux to Arch Linux in docs [no ci]
Dan Allen
2022-05-10
add Arch Linux install step for the rouge gem (PR #4293)
Alexandre ZANNI
2021-12-24
fix syntax highlighter example to fully support pygments-stylesheet attribute
Dan Allen
2021-12-23
added example to docs of extending the pygments adapter to link to a custom s...
Robert Bennett
2021-12-23
Fix typos and misspellings in docs and code (PR #4222)
Kian Meng, Ang
2021-10-18
rename default branch
Dan Allen
2021-10-18
fix URLs in docs
Dan Allen
2021-09-20
replace the term tag with element to refer to an element node in HTML or XML
Dan Allen
2021-09-19
fix link to API docs for SyntaxHighlighter class
Dan Allen
2021-08-29
show linenums as option instead of positional attribute in docs
Dan Allen
2021-08-14
update links to rubydoc.info to build on a shared attribute
Dan Allen
2021-08-14
improve the docs for writing a custom syntax highlighter adapter; add links t...
Dan Allen
2021-07-29
document that the Pygments installation can be set in a custom adapter that e...
Dan Allen
2021-07-29
use consistent style for section titles in docs module for syntax highlighting
Dan Allen
2021-07-29
rename syntax-highlighter-prism.rb to prism-syntax-highlighter.rb
Dan Allen
2021-07-29
document how to extend a built-in syntax highlighter adapter
Dan Allen
2021-05-03
be more clear about how to set the rouge style and provide an example [skip ci]
Dan Allen
2021-03-24
resolves #3969 add support for using pygments.rb 2.x when source-highlighter=...
Marat Radchenko
2020-12-30
fix grammar [skip ci]
Dan Allen
2020-12-29
fix Debian package names for rouge and coderay [skip ci]
Dan Allen
2020-12-08
content clarifications, syntax fixes, and added xrefs
Sarah White
2020-12-08
switch fenced code blocks to AsciiDoc source blocks and always set language
Dan Allen
2020-12-08
clarify that highlightjs-languages only works when generating standalone HTML
Dan Allen
2020-12-08
write intro for Syntax Highlighting; document how to create a custom adapter
Dan Allen
2020-12-08
rename source-highlighters module to syntax-highlighting
Dan Allen