You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Allow balanced braces inside inline tag descriptions
The inline-tag tokenizer used in DescriptionFactory recognised nested inline tags and hanging '{', but not a bare balanced pair such as '{braces}' used as part of an inline tag body. Matching such a pair now preserves the surrounding inline tag instead of truncating it at the first closing brace.
Refs #255
0 commit comments