* Closes a code block. The formatting of the block is determined by `closeBlockFormatter`. * @param text The text to pass to the formatter.
(text?: string)
| 163 | * @param text The text to pass to the formatter. |
| 164 | */ |
| 165 | public closeBlock(text?: string) { |
| 166 | this.close(this.closeBlockFormatter(text)); |
| 167 | } |
| 168 | |
| 169 | /** |
| 170 | * Adds a file to the exclude list. This means this file will not be saved during save(). |
no test coverage detected