From: Dan Untenzu Date: Mon, 16 Jan 2017 14:57:46 +0000 (+0100) Subject: [BUGFIX] Contribution: Fix structure markdown X-Git-Tag: 2.0.0~13 X-Git-Url: https://git.p6c8.net/jirafeau_project.git/commitdiff_plain/519d511faad03b4e544b78387b8f2106d9040c22?hp=7d8055d7ad495657eab93bc7a83f066e3d40ec51 [BUGFIX] Contribution: Fix structure markdown Structure markdown needs a code block syntax, to prevent wrong display. --- diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 5725c0e..9876a21 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -19,6 +19,7 @@ So things like a markdown parser for the ToS or E-Mail tasks would be usefull fo Here is a little explaination of Jirafeau's arboresence in a simplified view only to show the most importants files and their role. +``` . ├── admin.php : adminitration interface, also permits to download files ├── f.php : permits to download files or show the download page @@ -40,6 +41,7 @@ view only to show the most importants files and their role. ├── async : chunks of uploaded files ├── files : all files that has been successfully uploaded └── links : all links pointing to files with meta-informations +``` ## Translations