mirror of
https://github.com/showdownjs/showdown.git
synced 2024-03-22 13:30:55 +08:00
fixed patreon link and library description
This commit is contained in:
parent
ca8c22d9bf
commit
6a80fa10ce
|
@ -3,7 +3,7 @@
|
|||
<h1>What is <span class="showdown-brand">Show<span class="text-secondary">down</span></span>?</h1>
|
||||
<div class="row">
|
||||
<div class="col-sm">
|
||||
<p class="lead"><span class="showdown-brand">Showdown</span> is a Javascript Markdown to HTML converter, based on the original works by John Gruber.
|
||||
<p class="lead"><span class="showdown-brand">Showdown</span> is a Javascript Markdown to HTML bidirectional converter, based on the original works by John Gruber.
|
||||
<span class="showdown-brand">Showdown</span> can be used client side (in the browser) or server side (with nodejs).
|
||||
See it working <a href="http://demo.showdownjs.com">in the live demo</a>!</p>
|
||||
</div>
|
||||
|
|
BIN
img/patreon.icon.png
Normal file
BIN
img/patreon.icon.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 13 KiB |
11
index.html
11
index.html
|
@ -10,7 +10,6 @@
|
|||
window.dataLayer = window.dataLayer || [];
|
||||
function gtag(){dataLayer.push(arguments);}
|
||||
gtag('js', new Date());
|
||||
|
||||
gtag('config', 'UA-111034026-1');
|
||||
</script>
|
||||
|
||||
|
@ -61,9 +60,11 @@
|
|||
<div class="container">
|
||||
<div class="positioner">
|
||||
<h1 class="display-2 showdown-brand"><span>Show</span><span class="text-secondary">down</span></h1>
|
||||
<p class="lead">A Markdown to HTML converter written in Javascript!</p>
|
||||
<p class="lead">A Markdown to HTML bidirectional converter written in Javascript!</p>
|
||||
<div>
|
||||
<a id="lt-version-lnk" class="btn btn-primary btn-lg download-button" href="https://github.com/showdownjs/showdown/releases/latest" role="button">Download <em id="lt-version-num"></em></a><br>
|
||||
<a id="lt-version-lnk" class="btn btn-primary btn-lg download-button" href="https://github.com/showdownjs/showdown/releases/latest" role="button">Download <em id="lt-version-num"></em></a>
|
||||
<a class="btn btn-primary btn-lg download-button" href="https://www.patreon.com/bePatron?u=11141581" target="_blank">
|
||||
<img class="image-fluid" height="25px" src="img/patreon.icon.png" > Become a Patreon!</a><br>
|
||||
<span class="download-links">
|
||||
<a href="#">Release notes</a> -
|
||||
<a href="https://github.com/showdownjs/showdown" target="_blank">GitHub</a> -
|
||||
|
@ -85,7 +86,7 @@
|
|||
As you know, <span class="showdown-brand">Show<span class="text-secondary">down</span></span> is a free library and it will remain free.<br>
|
||||
However, maintaining and improving the library costs time and money.<br>
|
||||
If you like our work and find our library useful,
|
||||
please donate <del><a href="https://www.patreon.com/showdownjs" rel="nofollow">through Patreon (coming soon)</a></del>
|
||||
please donate <a href="https://www.patreon.com/showdownjs" rel="nofollow">through Patreon</a>
|
||||
or directly <a href="https://www.paypal.me/tiviesantos" rel="nofollow">through paypal</a>.<br>
|
||||
Your contribution will be greatly appreciated and help us continue to develop this awesome library.
|
||||
</p>
|
||||
|
@ -102,7 +103,7 @@
|
|||
</nav>
|
||||
<div class="copyright">
|
||||
<span>Showdown is maintained by <a href="https://github.com/tivie">tivie</a>.</span><br>
|
||||
<span>showdown © showdownjs 2017. All Rights Reserved</span>
|
||||
<span>showdown © showdownjs 2017-2019. All Rights Reserved</span>
|
||||
</div>
|
||||
</div>
|
||||
</footer>
|
||||
|
|
Loading…
Reference in New Issue
Block a user