Text markup uses confine context.
This commit is contained in:
@@ -22,9 +22,6 @@ pub(crate) enum ContextElement<'r, 's> {
|
||||
/// Stores the name of the current element to prevent directly nesting elements of the same type.
|
||||
Context(&'r str),
|
||||
|
||||
/// Stores the name of the current object to prevent directly nesting elements of the same type.
|
||||
ContextObject(&'r str),
|
||||
|
||||
/// Indicates if elements should consume the whitespace after them.
|
||||
ConsumeTrailingWhitespace(bool),
|
||||
|
||||
|
||||
Reference in New Issue
Block a user