Start writing the parser for headings.

This commit is contained in:
Tom Alexander
2023-03-23 19:35:32 -04:00
parent d3c804942f
commit 5c8a064eca
4 changed files with 101 additions and 8 deletions

View File

@@ -1,3 +1,4 @@
#![feature(round_char_boundary)]
// use crate::parser::document;
use tracing::Level;
use tracing_subscriber::fmt::format::FmtSpan;