From 6aada8af36018bc4bb9ee0cb8d5d999fee74506f Mon Sep 17 00:00:00 2001 From: dawe Date: Fri, 15 Oct 2021 16:15:00 +0200 Subject: [PATCH] Add new lines after blockquotes Add new lines after blockquotes to let them render correctly as separate command lines --- fake-sample/README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/fake-sample/README.md b/fake-sample/README.md index 744c397b20..d36e325c00 100644 --- a/fake-sample/README.md +++ b/fake-sample/README.md @@ -7,7 +7,9 @@ This was installed by: > dotnet new tool-manifest + > dotnet tool install fake-cli + > dotnet tool install fantomas-tool 2. Execute script: @@ -16,4 +18,4 @@ This was installed by: Check the format afterwards: -> dotnet fake run script.fsx -t CheckFormat \ No newline at end of file +> dotnet fake run script.fsx -t CheckFormat