From 1f120d3238798798e71b1e07466a64eb06473b49 Mon Sep 17 00:00:00 2001 From: Kaz Kylheku Date: Sat, 3 Jun 2023 11:34:25 -0700 Subject: README: fix closing backtick without opening backtick. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3c3021b..555b95e 100644 --- a/README.md +++ b/README.md @@ -99,7 +99,7 @@ Here are the differences to be aware of: produce a `` tag in upper case, whereas `:table` will produce `
`. They are different symbols. Thus it is possible to control case on a case by case basis, no pun intended. If the - *upcase-tokens-p*` variable is bound to `t`, then both will + `*upcase-tokens-p*` variable is bound to `t`, then both will produce `
`. * All of the elaborate HTML escaping support featured in CL-WHO is -- cgit v1.2.3