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
I am using MarkupFormatter. I need to know the precise string range for certain bits of markup in the outputted string.
I'm suggesting an API for MarkupFormatter that does a callback whenever it is processing a node, giving access to State. (Preferably a willProcess then a didProcess). That way I could store the relevant bits of state that I needed.
The text was updated successfully, but these errors were encountered:
I am using MarkupFormatter. I need to know the precise string range for certain bits of markup in the outputted string.
I'm suggesting an API for MarkupFormatter that does a callback whenever it is processing a node, giving access to State. (Preferably a willProcess then a didProcess). That way I could store the relevant bits of state that I needed.
The text was updated successfully, but these errors were encountered: