package ru.bvn13.voidforum.support.web; /** * @author bvn13 */ public interface MarkdownService { public String renderToHtml(String content); }