markdown-js icon indicating copy to clipboard operation
markdown-js copied to clipboard

Load external Markdown File in html.

Open MaxWhite3790 opened this issue 6 years ago • 0 comments

Well, I think the title is self explanatory ^^\

I have a Markdown File named "article.md", and want use this file inside of my html.

# Hello World!
Lorem Ipsum
- Lorem Ipsum
<h1>Hello World!</h1>
<p>Lorem Ipsum</p>
<ul>
    <li>Lorem Ipsum</li>
</ul>

MaxWhite3790 avatar Apr 14 '19 20:04 MaxWhite3790