From feb648e959f6a11bcf525f7a87336a0e48a35b14 Mon Sep 17 00:00:00 2001 From: Matt Armstrong Date: Sat, 24 Sep 2022 14:35:07 -0700 Subject: [PATCH] Update the easily confused post --- config.toml | 3 ++ content/posts/easily-confused.md | 71 ++++++++++++++++++++++++++++++++ 2 files changed, 74 insertions(+) create mode 100644 content/posts/easily-confused.md diff --git a/config.toml b/config.toml index c32b7cc..c7d788c 100644 --- a/config.toml +++ b/config.toml @@ -75,3 +75,6 @@ title = 'RFC20' [[module.imports]] disable = false path = "github.com/matta/rfc20-theme" + +[markup.goldmark.renderer] + # unsafe = true diff --git a/content/posts/easily-confused.md b/content/posts/easily-confused.md new file mode 100644 index 0000000..2af24d1 --- /dev/null +++ b/content/posts/easily-confused.md @@ -0,0 +1,71 @@ +--- +title: "Judging Fonts By Easily Confused Characters" +date: 2022-09-24T21:00:13-07:00 +draft: true +--- + +Credit to [this post on Hacker News](https://news.ycombinator.com/item?id=11718653). + +## In body font + +0Oo +1Il| +b69B80Oo +ij +5S +9gq +co +rn m +cl d +vv w +., +:; +`' -- grave accent (backtick), apostrophe +''" -- two single quotes followed by one double quote +'‘’ -- apostrophe, left/right single quotation marks +"“” -- quotation mark, left/right double quotation marks +~- +)]} +uμ -- letter u and greek small letter mu +vν -- letter v and greek small letter nu +wW +xX +zZ +vV +uU +cC +sS +0x1A2B3C0 + +## In a code block + +``` +0Oo +1Il| +b69B80Oo +ij +5S +9gq +co +rn m +cl d +vv w +., +:; +`' (grave accent, apostrophe) +''" (two single quotes followed by one double quote) +'‘’ (apostrophe, left/right single quotation marks) +"“” (quotation mark, left/right double quotation marks) +~- +)]} +uμ (letter u and greek small letter mu) +vν (letter v and greek small letter nu) +wW +xX +zZ +vV +uU +cC +sS +0x1A2B3C0 +```