aboutsummaryrefslogtreecommitdiffstats
path: root/src/content/flow.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/content/flow.rs')
-rw-r--r--src/content/flow.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/content/flow.rs b/src/content/flow.rs
index f4af4ea..481c8ff 100644
--- a/src/content/flow.rs
+++ b/src/content/flow.rs
@@ -94,7 +94,6 @@ fn blank_line_after(tokenizer: &mut Tokenizer, code: Code) -> StateFnResult {
fn initial_before(tokenizer: &mut Tokenizer, code: Code) -> StateFnResult {
match code {
Code::None => (State::Ok, None),
- // To do: should all flow just start before the prefix?
_ => tokenizer.attempt_7(
code_indented,
code_fenced,