From e576f1b0c4e66e3a7d0cc215c377f71e1bcbef10 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Denilson=20S=C3=A1=20Maia?= Date: Thu, 13 Apr 2023 22:03:40 +0200 Subject: [PATCH] Whitespace changes, making sure the example is correcly aligned MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit If desired, we could also replace spaces with [Box-drawing characters](https://en.wikipedia.org/wiki/Box-drawing_character), like this: ``` 🗁 Documents folder ├─🗁 2019/ # By Year │ └─🗁 My bank/ │ ├─🗎 Statement January.pdf │ └─🗎 Statement February.pdf └─🗁 Insurances/ # Insurances ├─🗁 Healthcare 123/ │ ├─🗎 2022-01-01 Statement January.pdf │ ├─🗎 2022-02-02 Letter.pdf │ └─🗎 2022-02-03 Letter.pdf └─🗁 Dental 456/ └─🗎 2021-12-01 New Conditions.pdf ``` But rendering this with proper fixed-width characters can be troublesome on some systems. --- docs/advanced_usage.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/advanced_usage.md b/docs/advanced_usage.md index 0c0b14120..61f88cff9 100644 --- a/docs/advanced_usage.md +++ b/docs/advanced_usage.md @@ -400,7 +400,7 @@ structure as in the previous example above. Statement January.pdf Statement February.pdf - Insurances/ # Insurances +Insurances/ # Insurances Healthcare 123/ 2022-01-01 Statement January.pdf 2022-02-02 Letter.pdf