Interface ContentSection
-
public interface ContentSection
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidappendTo(LineAppendable appendable)io.markdom.handler.text.commonmark.ContentBuffergetBuffer()
-
-
-
Method Detail
-
getBuffer
io.markdom.handler.text.commonmark.ContentBuffer getBuffer()
-
appendTo
void appendTo(LineAppendable appendable)
-
-