File: Renderer\AttributedTextObjectRenderer.cs
Web Access
Project: src\src\Graphics\src\Text.Markdig\Graphics.Text.Markdig.csproj (Microsoft.Maui.Graphics.Text.Markdig)
using Markdig.Renderers;
using Markdig.Syntax;
 
namespace Microsoft.Maui.Graphics.Text.Renderer
{
	public abstract class AttributedTextObjectRenderer<T>
		: MarkdownObjectRenderer<AttributedTextRenderer, T> where T : MarkdownObject
	{
	}
}