Skip to content

Commit

Permalink
Merge pull request #511 from AndreyChechel/issue-508
Browse files Browse the repository at this point in the history
Expose `TextRendererBase.Reset` method to inheritors
  • Loading branch information
xoofx committed Feb 17, 2021
2 parents 3030b72 + 4e424c4 commit 5d1da2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Markdig/Renderers/TextRendererBase.cs
Expand Up @@ -90,7 +90,7 @@ protected TextRendererBase(TextWriter writer) : base(writer)
indents = new List<string>();
}

internal void Reset()
protected internal void Reset()
{
if (Writer is StringWriter stringWriter)
{
Expand Down

0 comments on commit 5d1da2d

Please sign in to comment.