1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/spip_ynh.git synced 2024-09-03 20:25:59 +02:00
spip_ynh/sources/plugins-dist/textwheel/wheels/spip/spip-tableaux.yaml
2015-04-28 17:10:23 +02:00

21 lines
407 B
YAML

--- # 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