Skip to content

Commit 34d7381

Browse files
committed
Small markdown fix
1 parent 85daf9a commit 34d7381

File tree

1 file changed

+1
-1
lines changed
  • content/posts/GSoC_2021_PreQuarter

1 file changed

+1
-1
lines changed

content/posts/GSoC_2021_PreQuarter/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ matplotlib.rcParams["font-family"] = ["list", "of", "font", "families"]
6262
6363
You can immediately see the problems with this approach; using the same font for every character will not render any glyph which isn't present in that font, and will instead spit out a square rectangle called "tofu" (read the first line [here](https://www.google.com/get/noto/)).
6464

65-
And that is exactly the first milestone! That is, parsing the <ins>_entire list_</ins> of font families to get an intermediate representation of a multi-font interface.
65+
And that is exactly the first milestone! That is, parsing the _<ins>entire list</ins>_ of font families to get an intermediate representation of a multi-font interface.
6666
## Don't break, a lot at stake!
6767
Imagine if you had the superpower to change Python standard library's internal functions, _without_ consulting anybody. Let's say you wanted to write a solution by hooking in and changing, let's say `str("dumb")` implementation by returning:
6868
```ipython

0 commit comments

Comments
 (0)