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
The MarkupParser only runs when the input string changes, so there
is no way to add attributes whose source is external to the content. This adds a
postprocessing stage that runs after parsing and is re-invoked
whenever either the content or the postprocessor itself changes,
enabling content-independent customization like search highlighting
in both InlineText and StructuredText.
0 commit comments