(syntax: string)
| 115 | } |
| 116 | |
| 117 | function appendSyntax(syntax: string) { |
| 118 | addChildrenWithStyle(syntax, 'syntax'); |
| 119 | } |
| 120 | |
| 121 | function addChildrenWithStyle(node: StackItem | string, type: MarkdownType) { |
| 122 | const start = text.length; |
no test coverage detected
searching dependent graphs…