Use 4-backtick outer fence (markdownlint MD048 requires backtick, not tilde)
ci/woodpecker/push/test Pipeline was successful
ci/woodpecker/pr/test Pipeline was successful

The tilde fence from the previous commit avoided the nesting collision but
violated this repo's markdownlint style (backtick-only), which the pre-push
hook enforces and rejected. A 4-backtick outer fence with the real 3-backtick
example nested inside satisfies both: CommonMark only closes a fence on a
matching-or-longer run of the same character, and MD048 sees backticks
throughout.
This commit is contained in:
Oleks
2026-07-30 19:25:27 +03:00
parent 64d6c90284
commit 5f5462571c
+2 -2
View File
@@ -272,7 +272,7 @@ is read as markdown — `issuer-agent` can only paste a line byte-for-byte if it
was actually shown one, not markdown that silently ate it. A fenced block
(` ``` `) forces the body to be read and relayed as literal text.
~~~text
````text
Agent(subagent_type="anxious:issuer-agent", prompt=...)
# for action == "file"
"File this on <owner/repo>. It is an inference-arbitrage audit finding.
@@ -303,7 +303,7 @@ Agent(subagent_type="anxious:issuer-agent", prompt=...)
```
<body>
```"
~~~
````
`issuer` owns repo, final title, labels beyond `token-offload`, and milestone.
You own the body.