Use 4-backtick outer fence (markdownlint MD048 requires backtick, not tilde)
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:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user