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
So I've had some solid progress on enabling extensions. Now I'd appreciate your feedback on pre-existing features in this regard.
Strikeout
seems to me as an obvious candidate.
Line breaks
I believe this one should also be an extension.
Unicode bullet
I didn't see it mentioned anywhere in the spec. Extension?
HtmlFormatter + OutputDelegate
Are two different formatters really required? AFAIK one of these was added as a means to enable customizations. Since we now have a modular design, no modifications to the bulk formatters should be required.
TrackSourcePosition
The implementation would obviously remain deeply integrated, just the API would be a little cleaner, similarly to the reference label case extension.
@Knagis,
So I've had some solid progress on enabling extensions. Now I'd appreciate your feedback on pre-existing features in this regard.
Strikeout
seems to me as an obvious candidate.
Line breaks
I believe this one should also be an extension.
Unicode bullet
I didn't see it mentioned anywhere in the spec. Extension?
HtmlFormatter + OutputDelegate
Are two different formatters really required? AFAIK one of these was added as a means to enable customizations. Since we now have a modular design, no modifications to the bulk formatters should be required.
TrackSourcePosition
The implementation would obviously remain deeply integrated, just the API would be a little cleaner, similarly to the reference label case extension.
UriResolver
Need I say more?
Anything else?
Thanks
Edit: Added omissions and turned into checklist.