README updates

This commit is contained in:
Marcus 2023-06-22 16:06:42 +02:00
parent 13ab2b4580
commit 12fe4183d0

View File

@ -45,28 +45,27 @@ The default values are `small` for size (see available languages below) and `oka
/* /*
* size: tiny, small, full * size: tiny, small, full
* *
* tiny: 21KB (Markup, HTML, XML, SVG, MathML, SSML, Atom, RSS, CSS, C-like, JavaScript) * tiny: 21KB (Markup, HTML, XML, SVG, MathML, SSML, Atom, RSS, CSS, C-like, JavaScript)
* *
* small: 95KB (Markup, HTML, XML,SVG, MathML, SSML, Atom, RSS, CSS, C-Linke, JavaScript * small: 95KB (markup, css, clike, javascript, apacheconf, arduino, bash, basic, batch,
* Apache, Arduino, Bash Shell, Batch, BBCode, C, C#, C++, CMake, CSV, Diff, * bbcode, c, cpp, cmake, csv, diff, docker, git, go, http, ini, java, json,
* Docker, Git, Go, HTTP, ini, Java, JSON, Log file, Makefile, Markdown,nginx, * log, makefile, markdown, markup-templating, nginx, pascal, perl, php,
* Pascal, Perl, PHP, PowerShell, Python, Ruby, Shell session, SQL, Typescript, * powershell, python, ruby, shell-session, sql, typescript, vbnet,
* VB.Net, Visual Basic, Wiki markup, YML) * visual-basic, wiki, yaml)
* *
* full: 567KB (see https://prismjs.com/index.html#supported-languages for list of supported languages) * full: 567KB (see https://prismjs.com/index.html#supported-languages for list of supported languages)
* *
* theme: coy, dark, default, funky, okaidia, solarizedlight, tomorrow, twilight * theme: coy, dark, default, funky, okaidia, solarizedlight, tomorrow, twilight
* *
* plugins: line-numbers, unescaped-markup, diff-highlight, toolbar, copy-to-clipboard (depends on toolbar) * line-numbers: 'true' or 'false' (Do show line numbers or not)
* *
*/ */
return [ return [
// change here // change here
'size' => 'small', 'size' => 'small',
'theme' => 'okaidia', 'theme' => 'okaidia',
'plugins' => ['unescaped-markup', 'line-numbers', 'diff-highlight'], 'line-numbers' => 'true',
] ]
?> ?>
``` ```