Awesome Reviewers

Make Markdown generation deterministic and parser-safe.

1) Quote frontmatter/template variables

Example:

---
description: "{{description}}"
---

2) Enforce the same Markdown lint/format rules

Result: fewer parser-loading issues in templates and smaller, consistent diffs from formatting tooling.