File "spip-tableaux.json"

Full path: /home/argothem/www/v4_old/plugins-dist/textwheel/wheels/spip/spip-tableaux.json
File size: 390 bytes
MIME-type: application/json
Charset: utf-8

{
  "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"
  }
}