From 27b416a6470148e63feb4e2b0faaa991a4aced3c Mon Sep 17 00:00:00 2001 From: Nikita Revenco <154856872+nikitarevenco@users.noreply.github.com> Date: Fri, 27 Sep 2024 03:48:58 +0100 Subject: [PATCH] docs: remove ambiguity around usage of cite element in a non semantic way --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 19a3408..c14b7f9 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,8 @@ In markdown we can create blockquotes such as: ``` But often times, it may be desireable to include a reference to the person that mentioned that quote. -We could use the `` element: + +We might think to use the `` element: ```md > We cannot solve our problems with the same thinking we used when we created them.