We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 66c6c21 commit 4dbac89Copy full SHA for 4dbac89
src/construct/raw_flow.rs
@@ -10,7 +10,7 @@
10
//! raw_flow ::= fence_open *( eol *byte ) [ eol fence_close ]
11
//!
12
//! ; Restriction: math (flow) does not support the `info` part.
13
-//! fence_open ::= sequence [1*space_or_tab info [1*space_or_tab meta]] *space_or_tab
+//! fence_open ::= sequence [*space_or_tab info [1*space_or_tab meta]] *space_or_tab
14
//! ; Restriction: the number of markers in the closing fence sequence must be
15
//! ; equal to or greater than the number of markers in the opening fence
16
//! ; sequence.
0 commit comments