//! Events emitted by a [`struct@super::Markdown`].
//!
//! Implement [`MarkdownEvents`] on a window (or other parent) to react to link
//! clicks and history navigation.
use crate::;
use Markdown;
/// Events from a [`struct@super::Markdown`].
///
/// Implement this on a window to react to link clicks and history navigation.
/// Default methods return [`EventProcessStatus::Ignored`].
pub
pub