From 41c443653506342cf49c807e2f55256bcffb0819 Mon Sep 17 00:00:00 2001 From: DeltaLima Date: Wed, 21 Jun 2023 01:28:44 +0200 Subject: [PATCH] README.md update --- README.md | 19 ++++++++++++++++--- 1 file changed, 16 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 35e353a..70a8e1d 100644 --- a/README.md +++ b/README.md @@ -30,15 +30,28 @@ JSON, Makefile, Markdown, nginx, Perl, PHP, PowerShell, Python, Ruby Shell session, SQL, VB.Net, Wiki markup, YML ``` -To change the theme, your favorite from https://prismjs.com and place it into `fp-plugins/syntaxhighlighter/res/`. -Then look after the block `` in `fp-plugins/syntaxhighlighter/plugin.syntaxhighlighter.php` and change the following line: +To use it (it is just 100KB instead of >500KB), you have look after +` ` in `syntaxhighlighter/plugin.syntaxhighlighter.php` and change the line +```html + ``` + +into + +```html + +``` + +To change the theme, take your favorite from https://prismjs.com and place it into `syntaxhighlighter/res/`. +Then look after the block `` in `syntaxhighlighter/plugin.syntaxhighlighter.php` and change the following line: + +```html ``` to -``` +```html ```