Is it possible to emit markdown to update documentation pages? For instance for a data pipeline documentation page, can this be populated without doing it manually through the UI?
Hey <@U06C5N88X19>! I think https://datahubproject.io/docs/api/tutorials/descriptions/|this is related to what you want to do, right?
It can!
If you send markdown, we’ll render it!
I’ve used pandas table to_markdown to render tables in descriptions before yeah
Awesome i will give that a shot thank you all!