mirror of
https://github.com/xoofx/markdig.git
synced 2026-02-13 13:54:56 +00:00
[PR #511] [MERGED] Expose TextRendererBase.Reset method to inheritors
#1067
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/xoofx/markdig/pull/511
Author: @AndreyChechel
Created: 2/9/2021
Status: ✅ Merged
Merged: 2/17/2021
Merged by: @xoofx
Base:
master← Head:issue-508📝 Commits (1)
4e424c4ExposeTextRendererBase.Resetmethod to inheritors📊 Changes
1 file changed (+1 additions, -1 deletions)
View changed files
📝
src/Markdig/Renderers/TextRendererBase.cs(+1 -1)📄 Description
Fixes #508 by exposing the
TextRendererBase.Resetmethod to the class inheritors.That change makes it possible to implement custom caches of
HtmlRendererinstances.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.