Receivers

Signal: tag_created

The receivers for tag events.

disseminate.tags.receivers.process_content(tag, tag_factory, **kwargs)

A receiver to parse the contents of tags into sub-tags.

disseminate.tags.receivers.process_macros(tag, **kwargs)

A receiver for replacing macros in pre-parsed tag strings.

disseminate.tags.receivers.process_paragraphs(tag, tag_factory, tag_base_cls, **kwargs)

A receiver to parse the paragraphs of tags.

disseminate.tags.receivers.process_typography(tag, tag_base_cls, **kwargs)

A receiver to parse the typography of tags.