obsidian_export

Type Alias MarkdownEvents

Source
pub type MarkdownEvents<'a> = Vec<Event<'a>>;
Expand description

A series of markdown Events that are generated while traversing an Obsidian markdown note.

Aliased Typeยง

struct MarkdownEvents<'a> { /* private fields */ }