Skip to content

Commit

Permalink
Update the easily confused post
Browse files Browse the repository at this point in the history
  • Loading branch information
matta committed Sep 24, 2022
1 parent cdd4604 commit feb648e
Show file tree
Hide file tree
Showing 2 changed files with 74 additions and 0 deletions.
3 changes: 3 additions & 0 deletions config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -75,3 +75,6 @@ title = 'RFC20'
[[module.imports]]
disable = false
path = "github.com/matta/rfc20-theme"

[markup.goldmark.renderer]
# unsafe = true
71 changes: 71 additions & 0 deletions content/posts/easily-confused.md
Original file line number Diff line number Diff line change
@@ -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
```

0 comments on commit feb648e

Please sign in to comment.