chore(kno-14990): document liquid support in MJML - #1644
Merged
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
There was a problem hiding this comment.
Risk MEDIUM: Documents Liquid support in MJML layouts and templates, and corrects <mjml-raw> references to <mj-raw> across three MDX files.
Reasons
- Changes span two documentation sections:
content/integrations/email/(2 files) andcontent/template-editor/(1 file) - Large content addition to
mjml.mdx(~203 lines) covering Liquid placement rules, troubleshooting, and accordion examples - Total diff is 226 lines changed (206 additions, 20 deletions), well above the LOW-risk threshold
- No code, config, sidebar, or OpenAPI spec changes — no HIGH-risk triggers matched
- Author
cellomattis a known team member
Notes
- Verify the MJML compile → Liquid render two-step explanation matches actual Knock behavior
- Review Liquid placement table and accordion examples for technical accuracy (especially
<mj-font>,<mj-attributes>, and<mj-breakpoint>workarounds) - Confirm all internal cross-links resolve (
/template-editor/reference-liquid-helpers,/integrations/email/layouts,/template-editor/partials/html-partials) - Spot-check that
<mj-raw>tag corrections are consistent across all three files
Sent by Cursor Automation: Docs PR classifier
cellomatt
commented
Aug 27, 2026
scotidodson
approved these changes
Aug 27, 2026
rachael-t
approved these changes
Aug 27, 2026
rachael-t
left a comment
Contributor
There was a problem hiding this comment.
Thank you 🙏
Left a small question, but it's not blocking.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.


Description
This PR does two things:
<mjml-raw>-><mj-raw>