From ee967aa634b5f8e9d30329d587538f1371a5da95 Mon Sep 17 00:00:00 2001 From: Titus Wormer Date: Mon, 15 Aug 2022 11:40:40 +0200 Subject: Refactor to move `content` to `construct` --- src/construct/flow.rs | 254 ++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 254 insertions(+) create mode 100644 src/construct/flow.rs (limited to 'src/construct/flow.rs') diff --git a/src/construct/flow.rs b/src/construct/flow.rs new file mode 100644 index 0000000..08c7891 --- /dev/null +++ b/src/construct/flow.rs @@ -0,0 +1,254 @@ +//! The flow content type. +//! +//! **Flow** represents the sections, such as headings and code, which are +//! parsed per line. +//! An example is HTML, which has a certain starting condition (such as +//! `