2023-06-22 00:03:17 +02:00
|
|
|
<?php
|
|
|
|
/*
|
|
|
|
* size: tiny, small, full
|
2023-06-22 00:17:46 +02:00
|
|
|
*
|
2023-06-22 15:20:58 +02:00
|
|
|
* tiny: 21KB (Markup, HTML, XML, SVG, MathML, SSML, Atom, RSS, CSS, C-like, JavaScript)
|
2023-06-22 00:03:17 +02:00
|
|
|
*
|
2023-06-22 16:14:46 +02:00
|
|
|
* small: 106KB (markup, css, clike, javascript, apacheconf, arduino, bash, basic, batch,
|
2023-06-22 15:52:58 +02:00
|
|
|
* bbcode, c, cpp, cmake, csv, diff, docker, git, go, http, ini, java, json,
|
|
|
|
* log, makefile, markdown, markup-templating, nginx, pascal, perl, php,
|
|
|
|
* powershell, python, ruby, shell-session, sql, typescript, vbnet,
|
|
|
|
* visual-basic, wiki, yaml)
|
2023-06-22 00:28:42 +02:00
|
|
|
*
|
2023-06-22 15:20:58 +02:00
|
|
|
* full: 567KB (see https://prismjs.com/index.html#supported-languages for list of supported languages)
|
2023-06-22 00:03:17 +02:00
|
|
|
*
|
2023-06-22 00:17:46 +02:00
|
|
|
* theme: coy, dark, default, funky, okaidia, solarizedlight, tomorrow, twilight
|
2023-06-22 15:20:58 +02:00
|
|
|
*
|
2023-06-22 15:52:58 +02:00
|
|
|
* line-numbers: 'true' or 'false' (Do show line numbers or not)
|
2023-06-22 15:20:58 +02:00
|
|
|
*
|
2023-06-22 00:03:17 +02:00
|
|
|
*/
|
|
|
|
|
|
|
|
return [
|
2023-06-22 15:20:58 +02:00
|
|
|
// change here
|
|
|
|
'size' => 'small',
|
|
|
|
'theme' => 'okaidia',
|
2023-06-22 16:04:50 +02:00
|
|
|
'line-numbers' => 'true',
|
2023-06-22 00:03:17 +02:00
|
|
|
]
|
|
|
|
?>
|