Compare commits
3 commits
prism-bugf
...
main
Author | SHA1 | Date | |
---|---|---|---|
6184b4dc69 | |||
c3f11e57dd | |||
97986f7760 |
3 changed files with 6 additions and 3 deletions
|
@ -4,6 +4,9 @@ Origin: https://git.la10cy.net/DeltaLima/flatpress-plugin-syntaxhighlighter-ng
|
|||
|
||||
Demo: https://deltalima.org/blog/index.php/syntaxhighlighter-ng-testpage/
|
||||
|
||||
# THIS PLUGIN GETS NOW MAINTAINED IN https://github.com/flatpressblog/flatpress-extras
|
||||
# PLEASE LOOK THERE FOR THE LATEST VERSION
|
||||
|
||||
based on the original FlatPress plugin [syntaxhighlighter from 2005](https://forum.flatpress.org/viewtopic.php?p=1130&hilit=syntax+highlight#p1135), updated in 2023 to prism.js
|
||||
|
||||
## installation
|
||||
|
@ -47,7 +50,7 @@ The default values are `small` for size (see available languages below) and `oka
|
|||
*
|
||||
* tiny: 21KB (Markup, HTML, XML, SVG, MathML, SSML, Atom, RSS, CSS, C-like, JavaScript)
|
||||
*
|
||||
* small: 95KB (markup, css, clike, javascript, apacheconf, arduino, bash, basic, batch,
|
||||
* small: 106KB (markup, css, clike, javascript, apacheconf, arduino, bash, basic, batch,
|
||||
* 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,
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
*
|
||||
* tiny: 21KB (Markup, HTML, XML, SVG, MathML, SSML, Atom, RSS, CSS, C-like, JavaScript)
|
||||
*
|
||||
* small: 95KB (markup, css, clike, javascript, apacheconf, arduino, bash, basic, batch,
|
||||
* small: 106KB (markup, css, clike, javascript, apacheconf, arduino, bash, basic, batch,
|
||||
* 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,
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
<?php
|
||||
/*
|
||||
Plugin Name: SyntaxHighlighter-NG
|
||||
Version: 1.0.2
|
||||
Version: 1.0.3
|
||||
Plugin URI: https://git.la10cy.net/DeltaLima/flatpress-plugin-syntaxhighlighter-ng
|
||||
Description: <a href="https://git.la10cy.net/DeltaLima/flatpress-plugin-syntaxhighlighter-ng/">SyntaxHighlighter-NG</a> (forked from <a href="https://forum.flatpress.org/viewtopic.php?p=1130&hilit=syntax+highlight#p1135">Arvid's forum post</a>, using now <a href="https://prismjs.com">prism.js</a>)
|
||||
Author: 2005 NoWhereMan, 2023 DeltaLima
|
||||
|
|
Loading…
Reference in a new issue