Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix expression for element size's maximum value #431

Closed
wants to merge 1 commit into from

Conversation

mjbshaw
Copy link

@mjbshaw mjbshaw commented Sep 16, 2024

No description provided.

@robUx4
Copy link
Contributor

robUx4 commented Sep 21, 2024

This does not render the exponent correctly when run through mmark and xml2rfc.

Before the patch in RFC 8794 Section 6.3 we have:

with an octet length of 8 is able to express a size of 2(56)-2 or 72,057,594,037,927,934 octets (or about 72 petabytes)

When this patch is applied we have:

with an octet length of 8 is able to express a size of 2^(56)-2 or 72,057,594,037,927,934 octets (or about 72 petabytes)

The <sup> is gone.

This would actually be a revert of a78b551 which fixed this.

@robUx4 robUx4 added the formatting Fix formating issues, rearrange the content label Sep 21, 2024
@mjbshaw
Copy link
Author

mjbshaw commented Sep 23, 2024

Thanks for the review. Sorry, I didn't realize this was an extension in mmark.

@mjbshaw mjbshaw closed this Sep 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
formatting Fix formating issues, rearrange the content
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants