Package org.commonmark.node
Interface Delimited
-
- All Known Implementing Classes:
Emphasis
,ImageAttributes
,Ins
,Strikethrough
,StrongEmphasis
public interface Delimited
A node that uses delimiters in the source form (e.g.*bold*
).
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
getClosingDelimiter()
java.lang.String
getOpeningDelimiter()
-