[][src]Crate notedown_ast

Re-exports

pub use joinery;
pub use text_utils;

Macros

lazy_format

Lazily format something. Essentially the same as format!, except that instead of formatting its arguments to a string, it captures them in an opaque struct, which can be formatted later. This allows you to build up formatting operations without any intermediary allocations or extra formatting calls. Also supports lazy conditional and looping constructs.

Structs

Command
Highlighter
TableView

Enums

AST
CommandKind
ListView
SmartLink
Value

Functions

markdown_parse