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
Don Mendelson edited this page Jul 17, 2020
·
2 revisions
Possible Enhancements
md-grammar
So far, events are published in synchronous fashion, and every possible event is published whether a client is interested or not. Performance has not been a problem, at least for small markdown files. However, for the future, consider changing to a subscription, asynchronous event paradigm.