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/Coding-guidelines.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/Coding-guidelines.md')
-rw-r--r-- | doc/md/Coding-guidelines.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/md/Coding-guidelines.md b/doc/md/Coding-guidelines.md index da47c498..5d1e2531 100644 --- a/doc/md/Coding-guidelines.md +++ b/doc/md/Coding-guidelines.md | |||
@@ -1,5 +1,6 @@ | |||
1 | ## WIP | 1 | ## WIP |
2 | 2 | ||
3 | This topic is currently being discussed here: | 3 | This topic is currently being discussed here: |
4 | |||
4 | - [Fix coding style (static analysis)](https://github.com/shaarli/Shaarli/issues/95) (#95) | 5 | - [Fix coding style (static analysis)](https://github.com/shaarli/Shaarli/issues/95) (#95) |
5 | - [Continuous Integration tools & features](https://github.com/shaarli/Shaarli/issues/130) (#130) | 6 | - [Continuous Integration tools & features](https://github.com/shaarli/Shaarli/issues/130) (#130) |