mirror of
https://github.com/xoofx/markdig.git
synced 2026-02-14 21:47:13 +00:00
Expose TextRendererBase.Reset method to inheritors
This commit is contained in:
@@ -90,7 +90,7 @@ namespace Markdig.Renderers
|
||||
indents = new List<string>();
|
||||
}
|
||||
|
||||
internal void Reset()
|
||||
protected internal void Reset()
|
||||
{
|
||||
if (Writer is StringWriter stringWriter)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user