From 519d511faad03b4e544b78387b8f2106d9040c22 Mon Sep 17 00:00:00 2001 From: Dan Untenzu Date: Mon, 16 Jan 2017 15:57:46 +0100 Subject: [PATCH] [BUGFIX] Contribution: Fix structure markdown Structure markdown needs a code block syntax, to prevent wrong display. --- CONTRIBUTING.md | 2 ++ 1 file changed, 2 insertions(+) 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 -- 2.34.1