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