mirror of
https://github.com/YunoHost-Apps/spip_ynh.git
synced 2024-09-03 20:25:59 +02:00
20 lines
414 B
YAML
20 lines
414 B
YAML
--- # Syntaxe des raccourcis SPIP, version 0.0.1
|
|
#
|
|
# Si on nomme une regle, elle devient surchargeable
|
|
|
|
-
|
|
if_str: "<script"
|
|
match: "{<script.*?($|</script.)}isS"
|
|
is_wheel: y
|
|
replace:
|
|
-
|
|
type: all
|
|
replace: htmlspecialchars
|
|
is_callback: Y
|
|
-
|
|
type: all
|
|
replace: nl2br
|
|
is_callback: Y
|
|
-
|
|
type: all
|
|
replace: "<code class=\"echappe-js\">$0</code>"
|