You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello! Would it be possible to add HTML output so I can browse the generated docs directly on my browser instead of needing to convert them to HTML on the fly with my editor?
The text was updated successfully, but these errors were encountered:
https://pkg.go.dev/rsc.io/markdown might be a good option for this. It has few dependencies and is used for pkg.go.dev , so it'll probably stay maintained
Ooh, another alternative would be add a serve command and serve the docs live- it would be easy enough to just copy/paste from https://pkg.go.dev/rsc.io/cmd/mdweb
I'd be happy to add this as a PR if you're willing and I get the free time. Unfortunately I can't guarantee WHEN I'll have free time (job + family commitments, but I'll add it to the TODO list if you're ok with this feature request
Hello! Would it be possible to add HTML output so I can browse the generated docs directly on my browser instead of needing to convert them to HTML on the fly with my editor?
The text was updated successfully, but these errors were encountered: