namespace Nitride.Gemtext { /// /// A marker component for indicating that an entity is Gemtext, the format /// for text files using the Gemini protocol. /// public class IsGemtext { public static IsGemtext Instance { get; } = new IsGemtext(); } }