Interface IMarkdownSpanEmitter


  • public interface IMarkdownSpanEmitter
    An 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
      void emitSpan​(com.helger.html.markdown.MarkdownHCStack out, com.helger.html.markdown.MarkdownHCStack content)
      Emits a span element.
    • Method Detail

      • emitSpan

        void emitSpan​(@Nonnull
                      com.helger.html.markdown.MarkdownHCStack out,
                      @Nonnull
                      com.helger.html.markdown.MarkdownHCStack content)
        Emits a span element.
        Parameters:
        out - The StringBuilder to append to.
        content - The span's content.