# Markdownlint configuration for the agents repo. # Agent prompt files intentionally use bare URLs (curl commands), # inline HTML (template variables), and emphasis-as-headings. MD033: false # no-inline-html MD034: false # no-bare-urls MD036: false # no-emphasis-as-heading