From 1ccd223c8cd8612803e3ad5357e6046fc7b0fdfc Mon Sep 17 00:00:00 2001 From: John-Mark Gurney Date: Mon, 17 May 2021 17:32:44 -0700 Subject: [PATCH] add note about blank lines.. --- NOTES.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/NOTES.md b/NOTES.md index ac692ed..cb0f928 100644 --- a/NOTES.md +++ b/NOTES.md @@ -90,3 +90,9 @@ immediate children. Add a `>` to restrict it. Hack to make a CSS only clickable be exposed in order to handle the nav bar: https://stackoverflow.com/questions/6019845/show-hide-div-on-click-with-css + +TODO +==== + +Using triple back-tick will eat blank lines due to wrapping them in code tags, +which will not have any characters in them. Figure out how to fix this.