[SPIP] +spip v3.0.17
[lhc/web/clavette_www.git] / www / plugins-dist / textwheel / wheels / spip / spip-tableaux.yaml
1 --- # Syntaxe des raccourcis SPIP, version 0.0.1
2 #
3 # Si on nomme une regle, elle devient surchargeable
4
5
6 tableaux-init:
7 match: "/^\n?[|]/S"
8 replace: "\n\n|"
9
10 tableaux-start:
11 match: "/\n\n+[|]/S"
12 replace: "\n\n\n\n|"
13
14 tableaux-end:
15 match: "/[|](\n\n+|\n?$)/S"
16 replace: "|\n\n\n\n"
17
18 tableaux-middle:
19 match: "/([^|])(\n[|].*[|]\n)([^|])/UmsS"
20 replace: replace_tableaux
21 is_callback: Y