Skip to content

Commit 5de2fe8

Browse files
fix(musig): html code rendering
1 parent d63b06b commit 5de2fe8

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

decoding/musig.mdx

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -438,10 +438,9 @@ Where:
438438
### Final Signature
439439

440440
The final aggregate signature is:
441+
<code>(R<span className="text-xs align-sub">agg</span>, s<span className="text-xs align-sub">agg</span>)</code>
441442

442-
`(R<span className="text-xs align-sub">agg</span>, s<span className="text-xs align-sub">agg</span>)`
443-
444-
This pair can be verified using `P<span className="text-xs align-sub">agg</span>` and the message `m`.
443+
This pair can be verified using <code>P<span className="text-xs align-sub">agg</span></code> and the message `m`.
445444

446445
---
447446

0 commit comments

Comments
 (0)