katana-markdown-model 0.2.0

Renderer-neutral Markdown document model for the KatanA ecosystem
Documentation
1
2
3
4
5
6
7
8
9
10
mod impls;
mod types;

pub use types::{
    CodeBlockRole, DescriptionItem, DiagramKind, DollarMathBlockNode, EmojiNode,
    FootnoteDefinitionNode, FootnoteReferenceNode, HeadingNode, HtmlBlockRole, ImageNode,
    InlineCodeNode, InlineHtmlNode, InlineMathNode, InlineSpan, KmmDocument, KmmNode, KmmNodeId,
    KmmNodeKind, LinkNode, ListItemNode, ListNode, TableAlignment, TableCell, TableNode, TableRow,
    TextSpan,
};