| Age | Commit message (Collapse) | Author |
|
|
|
|
|
installation overview
|
|
|
|
|
|
token value
|
|
|
|
|
|
|
|
|
|
stylesheet
|
|
|
|
|
|
- replace default branch with HEAD where possible (or drop reference, if possible)
- use readme anchor to link to README for project on GitHub
- use jsdelivr to reference file from repository on GitHub
- remove unused badges in README files
- make badge for chat consistent across README files
|
|
|
|
|
|
|
|
|
|
to apidocs
|
|
extends the built-in adapter for Pygments
|
|
|
|
|
|
|
|
|
|
source-highlighter=pygments
* allow pygments.rb 2.x to be used as alternative to pygments.rb 1.x and document this support
* use a single regular expression to rewrite the lineno spans independent of Pygments version
* run tests against pygments.rb 2.x in addition to pygments.rb 1.x
* update docs about Pygments timeout to be clear it only applies to pygments.rb 1.x
* update test description that checks for lineno spans
|
|
|
|
|
|
|
|
|
|
|
|
- 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
|
|
|