(After upgrading the library to a more modern dotnet version!)
The idea is to create...
- An Azure Function wrapper that takes a serialised MdDocument
- A CLI tool wrapper that takes a serialised MdDocument
... and returns the markdown for usage downstream.
It would require creating some kind of json schema of the MdDocument so that the object could be serialised and then the appropriate wrapper would generate the actual markdown string(s).
May not be feasibly useful, just a spike to investigate, so that it could be much easier to consume in a pipeline etc.
(After upgrading the library to a more modern dotnet version!)
The idea is to create...
... and returns the markdown for usage downstream.
It would require creating some kind of json schema of the MdDocument so that the object could be serialised and then the appropriate wrapper would generate the actual markdown string(s).
May not be feasibly useful, just a spike to investigate, so that it could be much easier to consume in a pipeline etc.