diff options
author | VirtualTam <virtualtam@flibidi.net> | 2017-08-05 11:56:24 +0200 |
---|---|---|
committer | VirtualTam <virtualtam@flibidi.net> | 2017-08-05 11:56:24 +0200 |
commit | 43ad7c8e825057747ccf02049050b323878952a7 (patch) | |
tree | 3160fd640c42f41a38d6c1df2cd4e020f87942ae /doc/md/Firefox-share.md | |
parent | b4ff0afb24db6e4cb3543bbd71f01bbb0716b144 (diff) | |
download | Shaarli-43ad7c8e825057747ccf02049050b323878952a7.tar.gz Shaarli-43ad7c8e825057747ccf02049050b323878952a7.tar.zst Shaarli-43ad7c8e825057747ccf02049050b323878952a7.zip |
documentation: fix rendering and internal references
This is mainly cleanup after switching from Github-flavoured Markdown
rendered by Github Pages, to standard Markdown rendered by MkDocs.
Changed:
- rephrase some section titles
Fixed:
- list rendering (items, sub-items))
- code rendering
- quotes
- dead links
Removed:
- extraneous navigational elements
Signed-off-by: VirtualTam <virtualtam@flibidi.net>
Diffstat (limited to 'doc/md/Firefox-share.md')
-rw-r--r-- | doc/md/Firefox-share.md | 18 |
1 files changed, 10 insertions, 8 deletions
diff --git a/doc/md/Firefox-share.md b/doc/md/Firefox-share.md index 595b9400..878884a4 100644 --- a/doc/md/Firefox-share.md +++ b/doc/md/Firefox-share.md | |||
@@ -1,15 +1,17 @@ | |||
1 | ### Add Shaarli as a sharing service to Firefox | 1 | ### Add Shaarli as a sharing service to Firefox |
2 | 2 | ||
3 | * Open your Shaarli and `Login` | 3 | - Open your Shaarli and `Login` |
4 | * Click the `Tools` button in the top bar | 4 | - Click the `Tools` button in the top bar |
5 | * Click the `✚Add to Firefox social` button and accept the activation. | 5 | - Click the `✚Add to Firefox social` button and accept the activation. |
6 | 6 | ||
7 | 7 | ||
8 | ### Sharing links using Firefox share | 8 | ### Sharing links using Firefox share |
9 | 9 | ||
10 | * Add the sharing service as described above | 10 | - Add the sharing service as described above |
11 | * When you are visiting a webpage you would like to share with Shaarli, click the Firefox _Share_ button [images/firefoxshare.png](images/firefoxshare.png) | 11 | - When you are visiting a webpage you would like to share with Shaarli, |
12 | * You can edit your link before and after saving, just like the bookmarklet above. | 12 | click the Firefox _Share_ button [images/firefoxshare.png](images/firefoxshare.png) |
13 | - You can edit your link before and after saving, just like the bookmarklet above. | ||
13 | 14 | ||
14 | | | Your Shaarli instance must be hosted on an HTTPS (SSL/TLS secure connection) enabled server for Firefox Share to work. Firefox Share will not work over plain HTTP connections. | | 15 | _Your Shaarli instance must be hosted on an HTTPS (SSL/TLS secure connection) |
15 | |------|-------------------------------------------------------------------------------| | 16 | enabled server for Firefox Share to work. Firefox Share will not work over |
17 | plain HTTP connections._ | ||