docgen icon indicating copy to clipboard operation
docgen copied to clipboard

Add support for bitbucket.org's markdown, which doesn't allow HTML

Open e-nikolov opened this issue 7 years ago • 1 comments

Currently docgen creates markdown documentation that contains HTML tags, and it looks weird in bitbucket.

Maybe add an option to disable HTML in the generated output.

Additionally, their syntax for highlighting a line is a bit different from the one at github, e.g. to highlight line 238 of main.go: github: #L238 bitbucket: #main.go-238

e-nikolov avatar Oct 04 '17 08:10 e-nikolov

feel free to submit a PR. I don't use bitbucket

pkieltyka avatar Mar 25 '21 12:03 pkieltyka