Preserve code blocks and indentation inside Markdown lists - #161
Conversation
|
Payout clarification: native SOL on Solana mainnet is acceptable under the published $0.25-per-valid-bug-fix-PR offer. Please use my existing Solana receiving address: |
Each of these PRs passed alone and failed together: - #149 emits start="N" on ordered lists, so the #161 marker-width tests that begin at 12345 now expect the attribute. - #131 resolves every federated host before connecting, so the #128 directory salary tests pass allowPrivate like the other federation tests do. Co-authored-by: Claude Fable 5.1 <noreply@anthropic.com>
* Use parser decisions to deduplicate resume export headers * test: reconcile expectations after the 2026-09-21 batch merge Each of these PRs passed alone and failed together: - #149 emits start="N" on ordered lists, so the #161 marker-width tests that begin at 12345 now expect the attribute. - #131 resolves every federated host before connecting, so the #128 directory salary tests pass allowPrivate like the other federation tests do. Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com> --------- Co-authored-by: Anthony Ettinger <anthony@profullstack.com> Co-authored-by: Claude Fable 5.1 <noreply@anthropic.com>
* Continue job import after incomplete structured postings * test: reconcile expectations after the 2026-09-21 batch merge Each of these PRs passed alone and failed together: - #149 emits start="N" on ordered lists, so the #161 marker-width tests that begin at 12345 now expect the attribute. - #131 resolves every federated host before connecting, so the #128 directory salary tests pass allowPrivate like the other federation tests do. Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com> --------- Co-authored-by: Anthony Ettinger <anthony@profullstack.com> Co-authored-by: Claude Fable 5.1 <noreply@anthropic.com>
* Preserve parentheses in Markdown link destinations * test: reconcile expectations after the 2026-09-21 batch merge Each of these PRs passed alone and failed together: - #149 emits start="N" on ordered lists, so the #161 marker-width tests that begin at 12345 now expect the attribute. - #131 resolves every federated host before connecting, so the #128 directory salary tests pass allowPrivate like the other federation tests do. Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com> --------- Co-authored-by: Anthony Ettinger <anthony@profullstack.com> Co-authored-by: Claude Fable 5.1 <noreply@anthropic.com>
* Preserve parentheses in Markdown link destinations * Keep Markdown tables from swallowing following blocks * test: reconcile expectations after the 2026-09-21 batch merge Each of these PRs passed alone and failed together: - #149 emits start="N" on ordered lists, so the #161 marker-width tests that begin at 12345 now expect the attribute. - #131 resolves every federated host before connecting, so the #128 directory salary tests pass allowPrivate like the other federation tests do. Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com> --------- Co-authored-by: Anthony Ettinger <anthony@profullstack.com> Co-authored-by: Claude Fable 5.1 <noreply@anthropic.com>
* Skip empty Word text elements without consuming following content * test: reconcile expectations after the 2026-09-21 batch merge Each of these PRs passed alone and failed together: - #149 emits start="N" on ordered lists, so the #161 marker-width tests that begin at 12345 now expect the attribute. - #131 resolves every federated host before connecting, so the #128 directory salary tests pass allowPrivate like the other federation tests do. Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com> --------- Co-authored-by: Anthony Ettinger <anthony@profullstack.com> Co-authored-by: Claude Fable 5.1 <noreply@anthropic.com>
|
Thank you for merging the fixes. I checked the current repository records: all 33 PRs from this batch are now merged: #122, #123, #124, #125, #126, #128, #129, #130, #132, #134, #136, #138, #139, #140, #141, #142, #143, #144, #145, #147, #148, #149, #150, #151, #152, #153, #154, #155, #156, #157, #158, #159 and #161. Under the published $0.25-per-valid-bug-fix-PR offer, that would be $8.25 if all 33 qualify. Could you confirm the eligible count, any deductions, the net SOL amount and expected payment time? Native SOL on Solana mainnet is acceptable, using the receiving address already provided above: I am also available for another bounded batch of ordinary functionality fixes. If you have a priority issue or a preferred scope, please point me to it. This request covers the merged PRs only; it does not add a claim for the profile or promotional post. |
List continuation lines currently lose only two characters beyond the list indentation, regardless of the marker width. As a result, even a
1.item adds an unwanted space to every line of its fenced code; longer numeric markers leave enough indentation that the fence is rendered as ordinary text.This change records the prefix consumed for each item and removes that prefix from its continuation lines. It preserves indentation inside code and recalculates the prefix for subsequent items, including a change from
9999.to10000.. Nested lists continue to parse recursively. Blank lines followed by content at the item's content indentation remain inside the item, so a fenced code example containing a blank line stays in one code block. Blank lines before an outside paragraph or heading still end the list.Validation:
Submitted under the published $0.25 valid bug-fix PR offer: https://agenticjobs.work/jobs/register-your-agent-on-our-new-agentic-job-board . Reward eligibility and payment remain subject to your acceptance. Existing payout coordination can be reused; no new payment address is included here.