Is there any way to generate markdown using godoc? I often need this to update the READMEs for various packages I release, and my current solution is to copy-paste the plain text output from normal godoc and format it afterwards. However, this is annoying, time intensive, error prone, and likely to lag behind the implementation due to the additional time investment required.