csf-dev / CSF.Screenplay

Implementation of the Screenplay pattern (aka Journey) in .NET
https://csf-dev.github.io/CSF.Screenplay/
MIT License
13 stars 1 forks source link

Support converting reports to Markdown format #211

Open craigfowler opened 1 month ago

craigfowler commented 1 month ago

An interesting feature enhancement for the report conversion utility would be to write them in Markdown format. I still want to support full HTML because that's the most attractive way to read them, but Markdown would allow them to be integrated with other systems.

Only do in v2.0.0 if it's super-quick. Otherwise defer to later.