namespace ZelWiki.Engine.Library.Interfaces { /// /// 处理标题 /// public interface IHeadingHandler { /// /// /// /// /// /// /// /// public HandlerResult Handle(IZelEngineState state, int depth, string link, string text); } }