showdownjs/showdown

Load a external Markdown File.

Open

#682 opened on Apr 14, 2019

View on GitHub
 (4 comments) (0 reactions) (1 assignee)JavaScript (1,640 forks)batch import
help wanted

Repository metrics

Stars
 (13,700 stars)
PR merge metrics
 (Avg merge 15h 21m) (3 merged PRs in 30d)

Description

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>

Contributor guide