docs: improve docs a bit more

This commit is contained in:
Andy Burke 2025-06-19 15:55:35 -07:00
parent 58139b078d
commit b7011f9659
6 changed files with 38 additions and 1 deletions

View file

@ -1,3 +1,8 @@
/**
* Default handler for returning Markdown as either HTML or raw Markdown.
* @module
*/
import * as path from '@std/path';
/**