| Package | Description |
|---|---|
| com.vladsch.flexmark.internal | |
| com.vladsch.flexmark.internal.inline | |
| com.vladsch.flexmark.parser.delimiter |
| Modifier and Type | Class and Description |
|---|---|
class |
Delimiter |
| Modifier and Type | Method and Description |
|---|---|
DelimiterRun |
Delimiter.getNext() |
DelimiterRun |
Delimiter.getPrevious() |
| Modifier and Type | Method and Description |
|---|---|
int |
EmphasisDelimiterProcessor.getDelimiterUse(DelimiterRun opener,
DelimiterRun closer) |
com.vladsch.flexmark.ast.Node |
EmphasisDelimiterProcessor.unmatchedDelimiterNode(InlineParser inlineParser,
DelimiterRun delimiter) |
| Modifier and Type | Method and Description |
|---|---|
DelimiterRun |
DelimiterRun.getNext() |
DelimiterRun |
DelimiterRun.getPrevious() |
| Modifier and Type | Method and Description |
|---|---|
int |
DelimiterProcessor.getDelimiterUse(DelimiterRun opener,
DelimiterRun closer)
Determine how many (if any) of the delimiter characters should be used.
|
com.vladsch.flexmark.ast.Node |
DelimiterProcessor.unmatchedDelimiterNode(InlineParser inlineParser,
DelimiterRun delimiter)
Allow delimiter processor to substitute unmatched delimiters by custom nodes
|
Copyright © 2018. All rights reserved.