phpdoc-markdown-public icon indicating copy to clipboard operation
phpdoc-markdown-public copied to clipboard

I created a repo based on your project and their 'clean' template.

Open devcorrelator opened this issue 6 years ago • 2 comments

I was able to glean a bunch of info from your project, and was able to actually end up making a markdown version of phpDocumentor's Clean template which seems to work pretty well.

fr3nch13/phpdoc-markdown

devcorrelator avatar Oct 30 '19 22:10 devcorrelator

@devcorrelator Looks nice (the code I mean). Do you have an example of the result anywhere public?

Btw, you don't have to add those a-tags for anchor links (at least for GitHub, don't know about other markdown html parsers, but at least in GH they add anchor links automatically to all headings).

cvuorinen avatar Oct 31 '19 19:10 cvuorinen

@cvuorinen Thanks! I don't anywhere in the public space, but I'm using it for a massive project I'm working on internally.

I wasn't sure about the anchor tags, so I kept them in there. I use gitlab-ce internally, and wanted to make sure it worked correctly with it.

devcorrelator avatar Oct 31 '19 19:10 devcorrelator