Interrupting the automatic tag processes

The security processes and defined processes apply automatically to the tags, but it is possible to turn them off for special cases within a given template file. In essence, this delivers the tag content in a more "raw" format. Adding the "asterisk" suffix to a tag has this effect:

// execute all processes
#BALISE
// avoid the specifically defined processes
#BALISE*
// avoid even the security processes
#BALISE**

Example

To delay the application of typographical adjustments and the conversion of SPIP links for the text on a page (the propre filter is normally applied automatically) so that you can interpose your own custom filter before applying the "normal" filter again afterwards, you could do this:

[<div class="texte">(#TEXTE*|special_filter|propre)</div>]

Author Mark Baber Published : Updated : 12/03/23

Translations : English, Español, français