Implement the new fields for dynamic block.

This commit is contained in:
Tom Alexander
2023-12-15 17:26:01 -05:00
parent 565978225a
commit eba4fb94cf
3 changed files with 30 additions and 18 deletions

View File

@@ -339,7 +339,7 @@ fn _greater_block_end<'b, 'g, 'r, 's, 'c>(
feature = "tracing",
tracing::instrument(ret, level = "debug", skip(_context))
)]
fn leading_blank_lines_end<'b, 'g, 'r, 's, 'c>(
pub(crate) fn leading_blank_lines_end<'b, 'g, 'r, 's, 'c>(
_context: RefContext<'b, 'g, 'r, 's>,
input: OrgSource<'s>,
) -> Res<OrgSource<'s>, OrgSource<'s>> {