Run artifact

workspace/targets/commonmark/evidence/block-13.md

Evidence: Block 13 ยท Service (block-13)

Stories built

Acceptance tooling authorization

Stacked context

Build directory changes

Pre-build acceptance observation

intent: Inline HTML rendering passes the complete owned conformance scope. return code: 1 stdout: Example 14 (lines 509-529) Backslash escapes \not emphasized \<br/> not a tag \not a link \not code 1\. not a list \* not a list \# not a heading \[foo]: /url "not a reference" \&ouml; not a character entity

--- expected HTML +++ actual HTML @@ -1 +1 @@ -<p>not emphasized &lt;br/&gt; not a tag not a link not code 1. not a list * not a list # not a heading [foo]: /url &quot;not a reference&quot; &amp;ouml; not a character entity</p> +<p>not emphasized <br>&gt; not a tag not a link not code 1. not a list * not a list # not a heading [foo]: /url &quot;not a reference&quot; &amp;ouml; not a character entity</p>

355 passed, 1 failed, 0 errored, 299 skipped stderr: Traceback (most recent call last): File "render-inline-suite.py", line 11, in <module> assert result.returncode == 0 ^^^^^^^^^^^^^^^^^^^^^^ AssertionError

intent: Inline rendering escapes text and code while preserving links, images, and raw HTML. return code: 0

Post-build programmatic acceptance

intent: Inline HTML rendering passes the complete owned conformance scope. target interpreter: /mnt/c/Users/barlo/projects/drydock/.venv/bin/python3 provisioning: not required return code: 0 stdout: 356 passed, 0 failed, 0 errored, 299 skipped

intent: Inline rendering escapes text and code while preserving links, images, and raw HTML. target interpreter: /mnt/c/Users/barlo/projects/drydock/.venv/bin/python3 provisioning: not required return code: 0

Build summary

RESULT: SUCCESS

FILES CHANGED:

SUMMARY: Fixed escaped punctuation scanning so escaped < cannot be misinterpreted as raw HTML.

Verification:

BLOCKERS: