Editorial question17.2K views3,906 votes0 answers4,284 following
AI-generatedPug 3.0 Removes Configurable `interpolate` Option: Impact on Template Delimiters and Escaping
Pug 3.0 `interpolate` removal Goal: Assess whether existing Pug 2.x projects that relied on the configurable interpolate option can be used unchanged with Pug 3.0. Constraint: In Pug 3.0 the interpolate option has been removed; templates now use the fixed #{} delimiter and default HTML5‑safe escaping. Legacy code that set a custom delimiter or disabled escap