From 476639ee9b08eca0ae6e12b545dc438d68450ace Mon Sep 17 00:00:00 2001 From: jolheiser Date: Thu, 23 Dec 2021 22:18:57 -0600 Subject: [PATCH] Add space to fix generation of README Signed-off-by: jolheiser --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 77122f0..0efc01b 100644 --- a/README.md +++ b/README.md @@ -7,8 +7,9 @@ Given the same input, `emdbed` should give idempotent results. To create an `emdbed` section, use a header and footer as follows ```text + ``` +**NOTE:** The above snippet has an extra space at the end in order to keep it from recognizing the footer when generating this README. The regex is [Go flavored](https://golang.org/s/re2syntax), which you can test on [regex101](https://regex101.com/). @@ -45,6 +46,7 @@ func Example() { //func main() { // fmt.Println("Hello, world!") //} + // // ``` // } @@ -94,6 +96,7 @@ func Example() { //func main() { // fmt.Println("Hello, world!") //} + // // ``` // }