aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGabriela Moldovan <gabi@torproject.org>2024-01-15 10:57:40 +0000
committerGabriela Moldovan <gabi@torproject.org>2024-01-15 11:31:28 +0000
commitff50e6e6c085232bc7eb55e3932687bf052f09bc (patch)
tree1ff12b7dd839dc8e5da32f13d82b7bc9e1154dab
parent34038400f099bcf5c540c7c6a90e24d4ac8051d9 (diff)
downloadtorspec-ff50e6e6c085232bc7eb55e3932687bf052f09bc.tar.gz
torspec-ff50e6e6c085232bc7eb55e3932687bf052f09bc.zip
rend-spec: Escape "*" to prevent italicization.
Otherwise e.g. `16903*1440*60` is rendered as `16903144060` (with 1440 italicized).
-rw-r--r--spec/rend-spec/deriving-keys.md6
1 files changed, 3 insertions, 3 deletions
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.
<a id="rend-spec-v3.txt-2.2.2"></a>