IT:AD:Markdown:HowTo:Convert HTML to Markdown
Summary
Not everybody – the majority of users – are not going to learn IT:AD:Markdown, and are going to prefer sticking with a IT:AD:WYSIWYG editor if they are given the chance.
What is needed is a WYSIWYG editor that saves their input as IT:AD:Markdown.
Preferably managed both on the client-side for a more responsive experience, and server side to process API calls from alternate user-agents.
Notes
The following IT:AD:Nuget library could be a solution on the server side: * http://html2markdown.bayn.es/
Note that it can't handle at this time (Q1/2016) tables, which may have some impact on adoptability within an Enterprise environment.
An alternative Nuget library found was: * https://github.com/mysticmind/reversemarkdown-net/blob/master/README.md
Again, this library could not handle tables (Q1/2016).