Very often, you want the same transformers to run on all the
Content
anchors in a Parser. You can configure the format component of the Parser with default transformers. This saves you the trouble of adding the same transformers to every anchor in the Parser.
Many of the predefined format components include default transformers. For example, the
HtmlFormat
component has default transformers that remove HTML tags from the output and convert HTML entities to plain text. You can change the default transformers by editing the
default_transformers
property.
If an anchor has its own transformers, they run after the default transformers.
You can cancel the default transformers for particular anchors. To do this, set the