(code)
| 158 | description: doc.description, |
| 159 | source: doc.source, |
| 160 | }); |
| 161 | } |
| 162 | |
| 163 | return metadata; |
| 164 | } |
| 165 | |
| 166 | function createTurndownService() { |
| 167 | const turndown = new TurndownService({ |
| 168 | bulletListMarker: "-", |
| 169 | codeBlockStyle: "fenced", |
| 170 | headingStyle: "atx", |