Remove markdown-it script from browser demo as it will no longer be needed now that the markdown-it parser is not run by default and the demo does not support custom rules.

This commit is contained in:
David Anson 2024-09-15 22:52:25 -07:00
parent 1c5927fd26
commit b749d9fbb4
2 changed files with 1 additions and 2 deletions

View file

@ -33,7 +33,6 @@
<footer>Copyright &copy; <a href="https://dlaa.me/">David Anson</a></footer>
</div>
</div>
<script src="markdown-it.min.js"></script>
<script src="micromark-browser.js"></script>
<script src="micromark-html-browser.js"></script>
<script src="markdownlint-browser.min.js"></script>