Skip to content

fix: MIP-8 exponent rendering and code block label - #80

Merged
keone merged 1 commit into
monad-crypto:mainfrom
mmv08:claude/mip8-page-doc-issues-6bae0a
Aug 24, 2026
Merged

fix: MIP-8 exponent rendering and code block label#80
keone merged 1 commit into
monad-crypto:mainfrom
mmv08:claude/mip8-page-doc-issues-6bae0a

Conversation

@mmv08

@mmv08 mmv08 commented Aug 24, 2026

Copy link
Copy Markdown
Contributor

Two small fixes on the MIP-8 page. The "after" screenshots come from a local Jekyll build of this branch.

1. Powers of two showed as broken text

The page wrote 2**256 and 2**249 in plain text, so Markdown read the ** as bold marks. In "Security Considerations" this made half a paragraph bold and hid the exponents. In "Rationale" it showed raw asterisks. Both now use <sup> tags and show as real powers of two.

Security Considerations — before:

before-exponents.png

After:

after-exponents.png

Rationale — before:

before-rationale.png

After:

after-rationale.png

2. Code block was marked as Python

The ISMC commit code block was marked as Python, but it is plain pseudocode. The text above it and the code fence now say so, and the block no longer gets wrong Python highlighting.

Before:

before-pseudocode.png

After:

after-pseudocode.png

@keone
keone merged commit 6e78a6a into monad-crypto:main Aug 24, 2026
4 checks passed
@mmv08
mmv08 deleted the claude/mip8-page-doc-issues-6bae0a branch August 24, 2026 16:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants