//! Code block annotation parsing and render state.
//!
//! The HTML renderer accepts two annotation grammars: a native `annotate="..."`
//! attribute grammar and a VitePress-compatible grammar. The submodules keep those
//! parsers isolated while exporting a single set of semantic line states for rendering.
pub use ;
pub use ;
pub use ;
pub use parse_vitepress_inline_annotations;