From 1376b176f4ca06ba8c06a26492b77b270a599a78 Mon Sep 17 00:00:00 2001 From: Obijuan Date: Sun, 16 May 2021 12:18:33 +0200 Subject: [PATCH] Readme: block/examples folder are shown in bold --- icm/commands/cmd_update.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/icm/commands/cmd_update.py b/icm/commands/cmd_update.py index cf33f8e..3812386 100644 --- a/icm/commands/cmd_update.py +++ b/icm/commands/cmd_update.py @@ -203,8 +203,8 @@ def _list_recursive_files(path, ext=".ice"): # -- Indentation spaces (depending on the depth) indent = " " * (depth-2) - # -- Item name in italic (markdown) - folder_name = f"* *{os.path.basename(root)}*" + # -- Item name in bold (markdown) + folder_name = f"* **{os.path.basename(root)}**" # -- Include the folder in the string # -- Ignore the ice-build folder!