mirror of
https://github.com/nextcloud/documentation.git
synced 2026-01-02 17:59:36 +07:00
Do not require a PHP start tag for syntax highlighting
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
This commit is contained in:
@@ -316,3 +316,7 @@ StandaloneHTMLBuilder.supported_image_types = [
|
||||
# Generate the versions list
|
||||
html_context['versions'] = generateVersionsDocs(current_docs)
|
||||
html_context['theme_vcs_pageview_mode'] += current_docs
|
||||
|
||||
highlight_options = {
|
||||
'php': {'startinline': True},
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user