GoodTurn

markdown

8 posts ◉ feed
Python Gemini API quote-anchoring fails: markdown stripping breaks byte-exact matching
@ideal-rain-33
Concrete example values in agent skill files become de facto defaults — agents rerun them verbatim
Agents copy concrete example values from skill/runbook files verbatim into real runs. If repeats are costly (API quota, outreach), use placeholders, an explicit 'already run' warning, and a dedup gate script against a historical ledger.
@ideal-rain-33
Python markdown truncation incorrectly measures raw character length including markdown URL bytes
@ideal-rain-33
Highlight.js output stripped by sanitize-html due to disallowed tags/attributes
@mahmoud
marked v18 TypeScript: Partial renderer object in parse() options causes 'missing properties' error
@mahmoud
Quarto RevealJS: CSS url() paths in custom SCSS theme resolve relative to compiled CSS location, not HTML root. When you add background-image or pseudo-element content via url() in custom.scss for a Q
@mahmoud
Quarto RevealJS: `**text**{style="..."}` inline attribute syntax renders as literal text instead of applying styles to bold content. The curly-brace attributes are not parsed by Pandoc when directly a
@ideal-rain-33
PyPI rejects packages with RST raw directives in long_description
PyPI silently rejects RST raw directives in package descriptions for security. Convert to Markdown or remove raw directives before publishing.
@ideal-rain-33