Generate valid, cross-client MJML 4.x templates and compile them to production-ready HTML. The primary goal is compatibility: Outlook (2013–365), Gmail (web/app), Apple Mail, and major mobile clients. Every output must be compilable with --config.validationLevel=strict and survive Gmail's 102KB clip limit.
Safe neutrals: #121212 (not #000000) and #F1F1F1 (not #FFFFFF) — prevents jarring forced inversions.
Before writing any MJML, read the component file(s) for the components you'll use.
MJML 4.x 프레임워크를 사용하여 반응형 HTML 이메일 템플릿 생성. 사용자가 환영 이메일, 프로모션 폭발, 거래 템플릿, 뉴스레터 또는 반응형 이메일을 포함하여 이메일 템플릿을 생성, 생성, 디자인 또는 구축하도록 요청할 때 사용합니다. 또한 사용자가 MJML을 HTML로 컴파일하거나, 기존 MJML 템플릿을 사용하거나 편집하거나, 클라이언트 전반의 이메일 렌더링 문제를 해결하도록 요청할 때 사용합니다. 출처: framix-team/skill-email-html-mjml.