From fd485028e337de43098c181d560055a5fb8216c3 Mon Sep 17 00:00:00 2001 From: Nicolas Vannieuwkerke Date: Tue, 20 Aug 2024 13:48:25 +0200 Subject: [PATCH] prettier --- docs/configuration/configuration.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/configuration/configuration.md b/docs/configuration/configuration.md index e21b99e7..55e98b70 100644 --- a/docs/configuration/configuration.md +++ b/docs/configuration/configuration.md @@ -148,7 +148,7 @@ Any string provided to this option will printed before the help message. validation.help.beforeText = "Running pipeline version 1.0" // default: "" ``` -!!! info +!!! info All color values (like `\033[0;31m`, which means the color red) will be filtered out when `validation.monochromeLogs` is set to `true` @@ -170,7 +170,7 @@ Typical pipeline command: nextflow run main.nf --input samplesheet.csv --outdir output ``` -!!! info +!!! info All color values (like `\033[0;31m`, which means the color red) will be filtered out when `validation.monochromeLogs` is set to `true` @@ -184,7 +184,7 @@ Any string provided to this option will be printed after the help message. validation.help.afterText = "Please cite the pipeline owners when using this pipeline" // default: "" ``` -!!! info +!!! info All color values (like `\033[0;31m`, which means the color red) will be filtered out when `validation.monochromeLogs` is set to `true` @@ -202,7 +202,7 @@ Any string provided to this option will printed before the parameters log messag validation.summary.beforeText = "Running pipeline version 1.0" // default: "" ``` -!!! info +!!! info All color values (like `\033[0;31m`, which means the color red) will be filtered out when `validation.monochromeLogs` is set to `true` @@ -214,6 +214,6 @@ Any string provided to this option will be printed after the parameters log mess validation.summary.afterText = "Please cite the pipeline owners when using this pipeline" // default: "" ``` -!!! info +!!! info - All color values (like `\033[0;31m`, which means the color red) will be filtered out when `validation.monochromeLogs` is set to `true` \ No newline at end of file + All color values (like `\033[0;31m`, which means the color red) will be filtered out when `validation.monochromeLogs` is set to `true`