|
||||||||||
| 上一个类 下一个类 | 框架 无框架 | |||||||||
| 摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 | |||||||||
public interface Highlighter
Highlight code block processor.
| 方法摘要 | |
|---|---|
boolean |
containsHighlightCodeBlock(String content)
Determine the content contains highlight CodeBlock or not. |
String |
getHighlighterName()
Return the Highlighter name, such as 'SyntaxHighlighter'. |
void |
highlight(StringBuilder out,
List<String> lines,
String meta)
|
| 方法详细信息 |
|---|
boolean containsHighlightCodeBlock(String content)
content - the content string
String getHighlighterName()
void highlight(StringBuilder out,
List<String> lines,
String meta)
|
||||||||||
| 上一个类 下一个类 | 框架 无框架 | |||||||||
| 摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 | |||||||||