MarkdownProcessor.Sharedpublic interface MarkdownProcessor
| Modifier and Type | Interface | Description |
|---|---|---|
static class |
MarkdownProcessor.Shared |
| Modifier and Type | Field | Description |
|---|---|---|
static MarkdownProcessor.Shared |
shared |
| Modifier and Type | Method | Description |
|---|---|---|
String |
getName() |
markdown processor identifier used to choose which procerror use at run-time
|
static MarkdownProcessor |
load(String name) |
factory method
|
default String |
processMarkdown(String content) |
default method
|
String |
processMarkdown(MarkdownParserContext context,
String content) |
translate a markdown source in the confluence wiki counterpart
|
static final MarkdownProcessor.Shared shared
String getName()
String processMarkdown(MarkdownParserContext context, String content) throws IOException
context - parse contextcontent - content to parseIOExceptiondefault String processMarkdown(String content) throws IOException
content - IOExceptionstatic MarkdownProcessor load(String name)
Copyright © 2022. All rights reserved.