Fixed image references

This commit is contained in:
benweet 2014-08-24 18:56:28 +01:00
parent f7820adc20
commit 19f743a7df
4 changed files with 15 additions and 11 deletions

View File

@ -5,7 +5,11 @@ StackEdit is a full-featured, open-source Markdown editor based on PageDown, the
Main showcase: https://stackedit.io/.
> **NOTE:**
Support StackEdit:
[![](https://cdn.monetizejs.com/resources/button-32.png)](https://monetizejs.com/authorize?client_id=ESTHdCYOi18iLhhO&summary=true)
> **Note:**
>
> - Documents are stored in the [browser's local storage][1], which means they are not shared between different browsers/computers. Clearing your browser's data may delete all your local documents.
> - Full access to Dropbox or Google Drive is required to be able to import any document in StackEdit. Imported documents are downloaded in your browser and are not transmitted to a server.
@ -41,10 +45,6 @@ Main showcase: https://stackedit.io/.
- [Developer guide][3]
- [Theming guide][4]
### Support StackEdit:
[![Fund me on Gittip](https://raw.github.com/gittip/www.gittip.com/master/www/assets/gittip.png)](https://www.gittip.com/stackedit/ "Fund me on Gittip")
> **NOTE:** This page has been written and published with [StackEdit][5].

View File

@ -13,10 +13,10 @@
<body class="text-center">
<br/>
<p>
<a href="https://stackedit.io"><img src="https://stackedit.io/res-min/img/logo-promo-128.png" width="316" height="64" /></a>
<a href="https://stackedit.io"><img src="https://stackedit.io/res-min/img/logo.svg" width="320" /></a>
</p>
<p>404 &mdash; Page not found</p>
<p><a href="/recovery.html">Need StackEdit recovery?</a></p>
<p><a href="/recovery.html">Looking for StackEdit recovery?</a></p>
</body>
</html>

View File

@ -114,7 +114,7 @@
<div class="container">
<br/>
<a href="https://stackedit.io/">
<img src="res-min/img/logo-promo-128.png" width="316" height="64" />
<img src="res-min/img/logo.svg" width="320" />
</a>
<h3>StackEdit recovery</h3>
<p>

View File

@ -2,7 +2,7 @@ Welcome to StackEdit!
===================
Hello, I'm your first Markdown document in **StackEdit**[^stackedit]. Don't delete me, I can be helpful. I can be recovered anyway in the **Utils** tab of the <i class="icon-cog"></i> **Settings** dialog.
Hello, I'm your first Markdown document in **StackEdit**[^stackedit]. Don't delete me, I'm very helpful! I can be recovered anyway in the **Utils** tab of the <i class="icon-cog"></i> **Settings** dialog.
----------
@ -16,11 +16,11 @@ Documents
> - StackEdit is accessible offline after the application has been loaded for the first time.
> - Your local documents are not shared between different browsers or computers.
> - Clearing your browser's data may **delete all your local documents!** Make sure your documents are synchronized with your **Google Drive** or your **Dropbox** account (check out the [<i class="icon-refresh"></i> Synchronization](#synchronization) section).
> - Clearing your browser's data may **delete all your local documents!** Make sure your documents are synchronized with **Google Drive** or **Dropbox** (check out the [<i class="icon-refresh"></i> Synchronization](#synchronization) section).
#### <i class="icon-file"></i> Create a document
The document panel is accessible using <i class="icon-folder-open"></i> button in the navigation bar. You can create a new document by clicking <i class="icon-file"></i> **New document** in the document panel.
The document panel is accessible using the <i class="icon-folder-open"></i> button in the navigation bar. You can create a new document by clicking <i class="icon-file"></i> **New document** in the document panel.
#### <i class="icon-folder-open"></i> Switch to another document
@ -246,6 +246,10 @@ cond(no)->op
> - about **Sequence diagrams** syntax [here][7],
> - about **Flow charts** syntax [here][8].
### Support StackEdit
[![](https://cdn.monetizejs.com/resources/button-38.png)](https://monetizejs.com/authorize?client_id=ESTHdCYOi18iLhhO&summary=true)
[^stackedit]: [StackEdit](https://stackedit.io/) is a full-featured, open-source Markdown editor based on PageDown, the Markdown library used by Stack Overflow and the other Stack Exchange sites.
[^gfm]: **GitHub Flavored Markdown** (GFM) is supported in StackEdit.