File "spip-tableaux.yaml"
Full path: /home/argothem/www/v4_old/plugins-dist/textwheel/wheels/spip/spip-tableaux.yaml
File size: 407 bytes
MIME-type: text/plain
Charset: utf-8
--- # Syntaxe des raccourcis SPIP, version 0.0.1
#
# Si on nomme une regle, elle devient surchargeable
tableaux-init:
match: "/^\n?[|]/S"
replace: "\n\n|"
tableaux-start:
match: "/\n\n+[|]/S"
replace: "\n\n\n\n|"
tableaux-end:
match: "/[|](\n\n+|\n?$)/S"
replace: "|\n\n\n\n"
tableaux-middle:
match: "/([^|])(\n[|].*[|]\n)([^|])/UmsS"
replace: replace_tableaux
is_callback: Y