Expose TextRendererBase.Reset method to inheritors

This commit is contained in:
Andrey Chechel
2021-02-09 17:27:02 +03:00
parent 3030b72f78
commit 4e424c43fb

View File

@@ -90,7 +90,7 @@ namespace Markdig.Renderers
indents = new List<string>();
}
internal void Reset()
protected internal void Reset()
{
if (Writer is StringWriter stringWriter)
{