| Interface | Description |
|---|---|
| Pipe |
A pipe can transform the input text of a code fragment to a different output format.
|
| Class | Description |
|---|---|
| CodeFencePipe |
A pipe that puts the input text into a markdown code fence.
|
| HtmlPipe |
A pipe that escapes any HTML4 special characters using HTML entities.
|
| IndentPipe |
A pipe that indents each line of the input text with 4 spaces.
|
| JavaDocPipe |
A pipe that wraps the input text for use in Javadoc comments.
|