feature: wrap converted markdown in an html-from-markdown class
This commit is contained in:
parent
55f45b4e5b
commit
604090d8b8
4 changed files with 17 additions and 9 deletions
|
|
@ -166,7 +166,7 @@ Deno.test({
|
|||
<body>
|
||||
<p>Hello. Markdown should follow:</p>
|
||||
|
||||
<h1>This is Markdown</h1>
|
||||
<div class="html-from-markdown"><h1>This is Markdown</h1>
|
||||
<br>
|
||||
Welcome to it.
|
||||
<br>
|
||||
|
|
@ -197,7 +197,7 @@ Can you read this?
|
|||
<h2>Ok, that seems sufficient?</h2>
|
||||
<br>
|
||||
Hardly, but we'll get back to this.
|
||||
|
||||
</div>
|
||||
Just some random text in a random text file.
|
||||
|
||||
<div>Include #1</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue