Commit 61a3428
committed
fix(api-docs): output @example doc as raw markdown
The @example tag's doc field from deno doc already contains properly
formatted markdown with code blocks. Previously, the generator was
wrapping this in additional code fences, causing broken nested markdown.
Also exclude dist/ from deno check to avoid validating generated files.1 parent 710272a commit 61a3428
2 files changed
Lines changed: 7 additions & 27 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
| 22 | + | |
22 | 23 | | |
23 | 24 | | |
24 | 25 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
252 | 252 | | |
253 | 253 | | |
254 | 254 | | |
255 | | - | |
| 255 | + | |
256 | 256 | | |
257 | 257 | | |
258 | 258 | | |
259 | 259 | | |
260 | 260 | | |
261 | | - | |
262 | | - | |
263 | | - | |
264 | | - | |
265 | | - | |
266 | | - | |
267 | | - | |
268 | | - | |
| 261 | + | |
269 | 262 | | |
270 | 263 | | |
271 | 264 | | |
| |||
360 | 353 | | |
361 | 354 | | |
362 | 355 | | |
363 | | - | |
| 356 | + | |
364 | 357 | | |
365 | 358 | | |
366 | 359 | | |
367 | 360 | | |
368 | 361 | | |
369 | | - | |
370 | | - | |
371 | | - | |
372 | | - | |
373 | | - | |
374 | | - | |
375 | | - | |
376 | | - | |
| 362 | + | |
377 | 363 | | |
378 | 364 | | |
379 | 365 | | |
| |||
446 | 432 | | |
447 | 433 | | |
448 | 434 | | |
449 | | - | |
| 435 | + | |
450 | 436 | | |
451 | 437 | | |
452 | 438 | | |
453 | 439 | | |
454 | 440 | | |
455 | | - | |
456 | | - | |
457 | | - | |
458 | | - | |
459 | | - | |
460 | | - | |
461 | | - | |
462 | | - | |
| 441 | + | |
463 | 442 | | |
464 | 443 | | |
465 | 444 | | |
| |||
0 commit comments