bookdown
bookdown copied to clipboard
[FR] `gitbook()` should support more highlighting configuration
Following a discussion in https://github.com/rstudio/bookdown/issues/1053 it seems that gitbook() does not default to highlight.js as html_document() even if it is based on it. gitbook() can only use Pandoc syntax highlighting for now.
There is an issue already about downlit support for auto linkink: https://github.com/rstudio/bookdown/issues/844
This is related as it would bring downlit parser for highligting.
This is also possible required to have a workaround for #1157