* Opens a code block. The formatting of the block is determined by `openBlockFormatter`. * @param text The text to pass to the formatter.
(text: string)
| 155 | * @param text The text to pass to the formatter. |
| 156 | */ |
| 157 | public openBlock(text: string) { |
| 158 | this.open(this.openBlockFormatter(text)); |
| 159 | } |
| 160 | |
| 161 | /** |
| 162 | * Closes a code block. The formatting of the block is determined by `closeBlockFormatter`. |
no test coverage detected