Compare commits
No commits in common. "main" and "prism-bugfix-line-numbers" have entirely different histories.
main
...
prism-bugf
3 changed files with 3 additions and 6 deletions
|
@ -4,9 +4,6 @@ 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
|
||||
|
@ -50,7 +47,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: 106KB (markup, css, clike, javascript, apacheconf, arduino, bash, basic, batch,
|
||||
* small: 95KB (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: 106KB (markup, css, clike, javascript, apacheconf, arduino, bash, basic, batch,
|
||||
* small: 95KB (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.3
|
||||
Version: 1.0.2
|
||||
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