From 7a906b9e1f711d75a8608e03183bc995daef7dc8 Mon Sep 17 00:00:00 2001 From: Steve Nicholson Date: Sun, 4 Jun 2023 20:36:12 -0400 Subject: [PATCH] Fix markdown rendering issue. (#384) This function shows up as raw markdown instead of in italic. I think it's because the multiplication operator isn't escaped. Co-authored-by: Steve Nicholson --- docs/chapters/canonical/content.en-GB.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/chapters/canonical/content.en-GB.md b/docs/chapters/canonical/content.en-GB.md index bcd410ed..8386ad35 100644 --- a/docs/chapters/canonical/content.en-GB.md +++ b/docs/chapters/canonical/content.en-GB.md @@ -161,7 +161,7 @@ Running all our coordinates through this transformation gives a new set of coord \right ] \] -So we want some shearing value that, when multiplied by *y*, yields *-x*, so our x coordinate becomes zero. That value is simply *-x/y*, because *-x/y * y = -x*. Done: +So we want some shearing value that, when multiplied by *y*, yields *-x*, so our x coordinate becomes zero. That value is simply *-x/y*, because *-x/y \* y = -x*. Done: \[ T_2 =