From ff50e6e6c085232bc7eb55e3932687bf052f09bc Mon Sep 17 00:00:00 2001 From: Gabriela Moldovan Date: Mon, 15 Jan 2024 10:57:40 +0000 Subject: rend-spec: Escape "*" to prevent italicization. Otherwise e.g. `16903*1440*60` is rendered as `16903144060` (with 1440 italicized). --- spec/rend-spec/deriving-keys.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'spec') diff --git a/spec/rend-spec/deriving-keys.md b/spec/rend-spec/deriving-keys.md index 89de90d..1452086 100644 --- a/spec/rend-spec/deriving-keys.md +++ b/spec/rend-spec/deriving-keys.md @@ -84,9 +84,9 @@ the minutes since the epoch, to get 24341715. If the current time period length is 1440 minutes, by doing the division we see that we are currently in time period number 16903. -Specifically, time period #16903 began 16903*1440*60 + (12*60*60) seconds -after the epoch, at 2016-04-12 12:00 UTC, and ended at 16904*1440*60 + -(12*60*60) seconds after the epoch, at 2016-04-13 12:00 UTC. +Specifically, time period #16903 began 16903\*1440\*60 + (12\*60\*60) seconds +after the epoch, at 2016-04-12 12:00 UTC, and ended at 16904\*1440\*60 + +(12\*60\*60) seconds after the epoch, at 2016-04-13 12:00 UTC. -- cgit v1.2.3-54-g00ecf