fix: three install commands render outside their code blocks - #29
Merged
Merged
Conversation
added 2 commits
September 18, 2026 16:56
The gif was recut to one complete episode after the old one turned out to stop before the grasp finished, which left the caption claiming three.
In the developer list the opening fence sat at four spaces while the command under it sat at two. Less indentation than the list item's content ends the item, so GitHub closed the list, rendered the command as a paragraph and printed the closing fence as literal text. The same two-space indent pulled the explanatory lines out of their items too. Everything belonging to a list item is now at four spaces. Verified against the rendered HTML: the API returned exactly three stray fences, one per broken block.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Two fixes that missed #28 - they were pushed to the branch after it had already been merged.
The install commands render outside their code blocks
Three of them:
curl -LsSf ...,uv sync,uv run python -m plugrl_server.cli --help. In the developer list the opening fence sits at four spaces and the command under it at two. Less indentation than the list item's content ends the item, so GitHub closes the list, renders the command as an ordinary paragraph and prints the closing fence as literal text. The same two-space indent pulls the explanatory sentences out of their items too.Checked against the rendered HTML rather than the source:
Three stray fences on
main, one per broken block, and none anywhere else. After the fix the same query returns 0 and each command sits inside a<pre>.plugrl-env-client,plugrl-protocoland the documentation site were checked the same way: 0.The caption counts episodes the clip no longer shows
It says three. The gif on the site is being recut to one complete episode - plugrl.github.io#10 - because the old one stopped eight frames before the grasp finished. The caption now says "one episode of the three that ran, all three successful".