RDFLib / pyLODE

An OWL ontology documentation tool using Python and templating, based on LODE
BSD 3-Clause "New" or "Revised" License
169 stars 70 forks source link

Markdown output #173

Open GBR-613 opened 2 years ago

GBR-613 commented 2 years ago

In a live installation (https://pylode.surroundaustralia.com) there is an option to generate output in Markdown format instead of HTML.
Please suggest how can I get output in Markdown format using the command line tool or programmatically. I looked into the code but did not realize how is it possible. Thanks in advance!

ashleycaselli commented 1 year ago

I think the Markdown generation was removed in version 3.x. The only options to generate Markdown that I'm aware of are using the code of the branch named 2.x or using this docker image (ghcr.io/ashleycaselli/pylode.md:1.0.4).