xxxxxxxxxx
Kindly refer below link to convert html to markdown
https://www.browserling.com/tools/html-to-markdown
xxxxxxxxxx
Find below some markdown to html converter link:
https://markdowntohtml.com/
https://dillinger.io/
https://www.browserling.com/tools/markdown-to-html
xxxxxxxxxx
<!-- Lightweight client-side loader that feature-detects and load polyfills only when necessary -->
<script src="https://cdn.jsdelivr.net/npm/@webcomponents/webcomponentsjs@2/webcomponents-loader.min.js"></script>
<!-- Load the element definition -->
<script type="module" src="https://cdn.jsdelivr.net/gh/zerodevx/zero-md@1/src/zero-md.min.js"></script>
<!-- Simply set the `src` attribute to your MD file and win -->
<zero-md src="README.md"></zero-md>