javascript - How to include markdown (.md) files inside html files - Stack Overflow
Wed Nov 15 2023 14:54:33 GMT+0000 (Coordinated Universal Time)
Saved by
@daavib
<!-- 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>
content_copyCOPY
https://stackoverflow.com/questions/37770620/how-to-include-markdown-md-files-inside-html-files
Comments