[][src]Module struckdown::event

Implements all types emitted from an event.

Structs

AnnotatedEvent

Event with annotations.

Attrs

Attributes for tags.

CheckboxEvent

A checkbox from a task list.

CodeBlockEvent

Code block

DirectiveEvent

Directive block

DocumentStartEvent

Emitted at the start of a document.

EndTagEvent

Emitted when a tag ends.

ErrorEvent

An event representing an error during processing

FootnoteReferenceEvent

A reference to a footnote.

ImageEvent

An embedded image

InlineCodeEvent

Inline code

InterpretedTextEvent

Not yet filled in interpreted text.

Location

Location information for an annotated event.

MetaDataEvent

An inline meta data event.

RawHtmlEvent

Embedded raw HTML

StartTagEvent

Emitted when a tag starts.

Str

An internal string type.

TextEvent

A text event

Enums

Alignment

Alignment information.

Event

A event in a struckdown stream.

Tag

Tag type