Add markdown format support (#25)

Co-authored-by: Dawid Dziurla <dawidd0811@gmail.com>
This commit is contained in:
dougpagani
2020-11-30 12:51:34 -05:00
committed by GitHub
parent d1b07d9ed7
commit 2095e6ffe3
941 changed files with 37481 additions and 15 deletions

View File

@ -0,0 +1 @@
<p><a href="http://www.foobar.com/blegh#**foobar**bazinga">http://www.foobar.com/blegh#**foobar**bazinga</a></p>

View File

@ -0,0 +1 @@
http://www.foobar.com/blegh#**foobar**bazinga

View File

@ -0,0 +1,3 @@
<blockquote>
<p><a href="http://www.google.com">http://www.google.com</a></p>
</blockquote>

View File

@ -0,0 +1 @@
> http://www.google.com

View File

@ -0,0 +1 @@
<p><a href="http://en.wikipedia.org/wiki/Tourism_in_Germany">http://en.wikipedia.org/wiki/Tourism_in_Germany</a></p>

View File

@ -0,0 +1 @@
http://en.wikipedia.org/wiki/Tourism_in_Germany

View File

@ -0,0 +1 @@
<p><a href="http://www.google.com">www.google.com</a></p>

View File

@ -0,0 +1 @@
<a href="http://www.google.com">www.google.com</a>

View File

@ -0,0 +1,6 @@
<pre><code>some code with
a link
www.google.com
and another link http://www.google.com
</code></pre>

View File

@ -0,0 +1,5 @@
some code with
a link
www.google.com
and another link http://www.google.com

View File

@ -0,0 +1 @@
<p><img src="https://raw.githubusercontent.com/showdownjs/logo/master/dist/logo.readme.png" alt="Showdown" /></p>

View File

@ -0,0 +1,3 @@
![Showdown][sd-logo]
[sd-logo]: https://raw.githubusercontent.com/showdownjs/logo/master/dist/logo.readme.png

View File

@ -0,0 +1,7 @@
<p><em><a href="http://www.google.com/foobar">http://www.google.com/foobar</a></em></p>
<p><strong><a href="http://www.google.com/foobar">http://www.google.com/foobar</a></strong></p>
<p><strong><em><a href="http://www.google.com/foobar">http://www.google.com/foobar</a></em></strong></p>
<p><del><a href="http://www.google.com/foobar">http://www.google.com/foobar</a></del></p>
<p><em><a href="http://www.google.com/foobar">http://www.google.com/foobar</a></em></p>
<p><strong><a href="http://www.google.com/foobar">http://www.google.com/foobar</a></strong></p>
<p><strong><em><a href="http://www.google.com/foobar">http://www.google.com/foobar</a></em></strong></p>

View File

@ -0,0 +1,13 @@
*http://www.google.com/foobar*
**http://www.google.com/foobar**
***http://www.google.com/foobar***
~~http://www.google.com/foobar~~
_http://www.google.com/foobar_
__http://www.google.com/foobar__
___http://www.google.com/foobar___

View File

@ -0,0 +1,11 @@
<ol>
<li><a href="http://www.google.com/listitem1">http://www.google.com/listitem1</a></li>
<li><a href="http://www.google.com/listitem2">http://www.google.com/listitem2</a></li>
<li><a href="http://www.google.com/listitem3">http://www.google.com/listitem3</a></li>
</ol>
<p>foo</p>
<ol>
<li><p><a href="http://www.google.com/listitem1">http://www.google.com/listitem1</a></p></li>
<li><p><a href="http://www.google.com/listitem2">http://www.google.com/listitem2</a></p></li>
<li><p><a href="http://www.google.com/listitem3">http://www.google.com/listitem3</a></p></li>
</ol>

View File

@ -0,0 +1,11 @@
1. http://www.google.com/listitem1
2. http://www.google.com/listitem2
3. http://www.google.com/listitem3
foo
1. http://www.google.com/listitem1
2. http://www.google.com/listitem2
3. http://www.google.com/listitem3

View File

@ -0,0 +1,6 @@
<p><a href="http://www.google.com/foobar">http://www.google.com/foobar</a></p>
<p><a href="http://www.google.com/foobar">www.google.com/foobar</a></p>
<p><a href="ftp://user:password@host.com:port/path">ftp://user:password@host.com:port/path</a></p>
<p>this has some <a href="http://www.google.com/foobar">http://www.google.com/foobar</a> in text</p>
<p>this has some <a href="http://www.google.com/foobar">www.google.com/foobar</a> in text</p>
<p>this has some <a href="ftp://user:password@host.com:port/path">ftp://user:password@host.com:port/path</a> in text</p>

View File

@ -0,0 +1,13 @@
http://www.google.com/foobar
www.google.com/foobar
ftp://user:password@host.com:port/path
this has some http://www.google.com/foobar in text
this has some www.google.com/foobar in text
this has some ftp://user:password@host.com:port/path in text

View File

@ -0,0 +1,11 @@
<ul>
<li><a href="http://www.google.com/foo">http://www.google.com/foo</a></li>
<li><a href="http://www.google.com/bar">http://www.google.com/bar</a></li>
<li><a href="http://www.google.com/baz">http://www.google.com/baz</a></li>
</ul>
<p>a</p>
<ul>
<li><p><a href="http://www.google.com/foo">http://www.google.com/foo</a></p></li>
<li><p><a href="http://www.google.com/bar">http://www.google.com/bar</a></p></li>
<li><p><a href="http://www.google.com/baz">http://www.google.com/baz</a></p></li>
</ul>

View File

@ -0,0 +1,11 @@
- http://www.google.com/foo
- http://www.google.com/bar
- http://www.google.com/baz
a
- http://www.google.com/foo
- http://www.google.com/bar
- http://www.google.com/baz