making it work

This commit is contained in:
2023-06-12 10:35:28 +02:00
parent ea78ee1c44
commit 301500b176

View File

@@ -5,7 +5,7 @@
</head>
<body>
<script>
const md = window.markdownit();
const md = window.markdownit({linkify: true, html: true});
const result = md.render(`
# Testing In-Browser Markdown Rendering And YouTube Embed