Skip to content

bip-10: open the example TxDP block with <pre>, not </pre> - #2290

Merged
murchandamus merged 1 commit into
bitcoin:masterfrom
kriss39:fix/bip10-pre-tag
Sep 14, 2026
Merged

murchandamus merged 1 commit into
bitcoin:masterfrom
kriss39:fix/bip10-pre-tag

Conversation

@kriss39

@kriss39 kriss39 commented Sep 13, 2026

Copy link
Copy Markdown
Contributor

bip-0010.mediawiki line 57 has a closing </pre> where the opening tag of the example TxDP block was meant. As a result the whole example (-----BEGIN-TRANSACTION-3fX59xPj---… through line 90) renders as unformatted prose on GitHub, with the leading whitespace and line structure lost. Changing it to <pre> balances the tags (3 open / 3 close) and restores the block.

Line 57 uses a closing </pre> where the opening tag was intended, so
the example TxDP that follows (up to the real </pre> on line 90) is
rendered as prose instead of a preformatted block.

@murchandamus murchandamus left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The proposed change is obviously correct, but just FYI, your claim that it renders incorrectly is not. I can’t explain why it works, but clearly you didn’t look at it yourself…

Image

@murchandamus murchandamus added the Fixups Minor fixups not worth bothering the BIP author(s) for label Sep 14, 2026
@murchandamus
murchandamus merged commit 173f386 into bitcoin:master Sep 14, 2026
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Fixups Minor fixups not worth bothering the BIP author(s) for

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants