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/index.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/index.md')
-rw-r--r-- | doc/md/index.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/md/index.md b/doc/md/index.md index 1106334b..b10e3cf4 100644 --- a/doc/md/index.md +++ b/doc/md/index.md | |||
@@ -80,7 +80,8 @@ See the [API documentation](http://shaarli.github.io/api-documentation/). | |||
80 | 80 | ||
81 | ### Other usages | 81 | ### Other usages |
82 | Though Shaarli is primarily a bookmarking application, it can serve other purposes | 82 | Though Shaarli is primarily a bookmarking application, it can serve other purposes |
83 | (see [usage examples](https://github.com/shaarli/Shaarli/wiki#usage-examples)): | 83 | (see [Features](Features)): |
84 | |||
84 | - micro-blogging | 85 | - micro-blogging |
85 | - pastebin | 86 | - pastebin |
86 | - online notepad | 87 | - online notepad |