[PR #511] Expose TextRendererBase.Reset method to inheritors #1071

Closed
opened 2026-01-29 14:49:19 +00:00 by claunia · 0 comments
Owner

Original Pull Request: https://github.com/xoofx/markdig/pull/511

State: closed
Merged: Yes


Fixes #508 by exposing the TextRendererBase.Reset method to the class inheritors.
That change makes it possible to implement custom caches of HtmlRenderer instances.

**Original Pull Request:** https://github.com/xoofx/markdig/pull/511 **State:** closed **Merged:** Yes --- Fixes #508 by exposing the [`TextRendererBase.Reset`](https://github.com/xoofx/markdig/blob/3030b72f781f902cb947a173853de95de8924c6c/src/Markdig/Renderers/TextRendererBase.cs#L93-L107) method to the class inheritors. That change makes it possible to implement custom caches of `HtmlRenderer` instances.
claunia added the pull-request label 2026-01-29 14:49:19 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/markdig#1071