Package com.helger.html.markdown
Interface IMarkdownSpanEmitter
-
public interface IMarkdownSpanEmitterAn interface for emitting span elements. Currently only used for special links.- Author:
- René Jeschke (rene_jeschke@yahoo.de)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidemitSpan(com.helger.html.markdown.MarkdownHCStack out, com.helger.html.markdown.MarkdownHCStack content)Emits a span element.
-