(root: Root)
| 485 | } |
| 486 | |
| 487 | function toMarkdown(root: Root): string { |
| 488 | return unified().use(remarkStringify).stringify(root).trimEnd(); |
| 489 | } |
| 490 | |
| 491 | async function formatWithPrettier( |
| 492 | content: string, |
no outgoing calls
no test coverage detected
searching dependent graphs…