package markup; /** * @author Nikita Doschennikov (me@fymio.us) */ public interface Markdown { void toMarkdown(StringBuilder sb); }