Stackedit/public/res/html/buttonShare.html

18 lines
630 B
HTML
Raw Normal View History

2013-08-05 18:39:53 +00:00
<button class="btn btn-success dropdown-toggle" data-toggle="dropdown"
title="Share document">
2013-06-10 21:22:32 +00:00
<i class="icon-link"></i>
</button>
2013-08-05 01:31:14 +00:00
<div class="dropdown-menu pull-right link-container">
2013-08-22 00:19:59 +00:00
<h3>Sharing</h3>
2013-06-10 21:22:32 +00:00
<div class="link-list"></div>
<p class="no-link">To share this document you need first to <a
href="#" class="action-publish-gist">publish it as a Gist</a> in
Markdown format.
</p>
2013-08-22 00:19:59 +00:00
<blockquote>
2013-06-10 21:22:32 +00:00
<b>NOTE:</b> You can open any URL within StackEdit using <a
2013-10-19 22:59:17 +00:00
href="viewer#!url=https://raw.github.com/benweet/stackedit/master/README.md"
title="Sharing example"><code>viewer#!url=...</code></a>
2013-06-10 21:22:32 +00:00
</blockquote>
</div>