oops markdown formatting
This commit is contained in:
@@ -38,9 +38,8 @@
|
|||||||
<div class="container">
|
<div class="container">
|
||||||
<script>
|
<script>
|
||||||
const md = window.markdownit({linkify: true, html: true});
|
const md = window.markdownit({linkify: true, html: true});
|
||||||
const result = md.render(`
|
const result = md.render(`# Testing In-Browser Markdown Rendering And YouTube Embed
|
||||||
# Testing In-Browser Markdown Rendering And YouTube Embed
|
`);
|
||||||
`);
|
|
||||||
document.body.insertAdjacentHTML("beforeend", result);
|
document.body.insertAdjacentHTML("beforeend", result);
|
||||||
</script>
|
</script>
|
||||||
<div class="video-wrapper">
|
<div class="video-wrapper">
|
||||||
|
|||||||
Reference in New Issue
Block a user