Package org.commonmark.internal.inline
Class UnderscoreDelimiterProcessor
- java.lang.Object
-
- org.commonmark.internal.inline.EmphasisDelimiterProcessor
-
- org.commonmark.internal.inline.UnderscoreDelimiterProcessor
-
- All Implemented Interfaces:
DelimiterProcessor
public class UnderscoreDelimiterProcessor extends EmphasisDelimiterProcessor
-
-
Constructor Summary
Constructors Constructor Description UnderscoreDelimiterProcessor()
-
Method Summary
-
Methods inherited from class org.commonmark.internal.inline.EmphasisDelimiterProcessor
getClosingCharacter, getMinLength, getOpeningCharacter, process
-
-