mdzilla 0.0.4 → 0.0.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +3 -1
- package/dist/_chunks/server.mjs +1882 -0
- package/dist/cli/main.mjs +25 -4
- package/package.json +2 -1
package/README.md
CHANGED
|
@@ -12,7 +12,9 @@ Markdown browser for humans and agents.
|
|
|
12
12
|
|
|
13
13
|
</p>
|
|
14
14
|
|
|
15
|
-
> Browse docs from local directories, GitHub repos, and remote websites — all from your terminal.
|
|
15
|
+
> Browse docs from local directories, GitHub repos, and remote websites — all from your terminal.
|
|
16
|
+
|
|
17
|
+
Built with [md4x](https://github.com/unjs/md4x), [mdream](https://github.com/harlan-zw/mdream), [giget](https://github.com/unjs/giget) and [speed-highlight](https://github.com/speed-highlight/core), [nitro](https://v3.nitro.build/), [h3](https://h3.dev/), [srvx](https://srvx.h3.dev/) and [vite](https://vite.dev/).
|
|
16
18
|
|
|
17
19
|
Supports any website with [`/llms.txt`](https://llmstxt.org/) or markdown content negotiation.
|
|
18
20
|
|