public final class Quote extends Object implements IMarkdown
Modifier and Type | Method and Description |
---|---|
Quote |
append(IMarkdown content) |
Quote |
append(String content) |
static Quote |
create(IMarkdown content) |
static Quote |
create(String content) |
String |
toMarkdown()
输出Markdown格式内容
|
String |
toString() |
public String toMarkdown()
IMarkdown
toMarkdown
in interface IMarkdown
Copyright © 2022. All rights reserved.