fix(docs): escape Liquid delimiters in rebemer.md code block - #213
Conversation
Jekyll parses `{{` as a Liquid variable even inside fenced code blocks.
Wrapping the §9 plan-model code block in raw/endraw tags prevents the
build error on GitHub Pages.
https://claude.ai/code/session_016aL3vh5nHHa2QbmAxyFCGy
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Plus Run ID: 📒 Files selected for processing (1)
📝 WalkthroughWalkthroughThis PR adds Jekyll/Liquid templating protection to a code block in the documentation. Two lines are inserted: ChangesJekyll/Liquid Template Protection
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes Possibly related PRs
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
|
@coderabbitai review |
✅ Action performedReview finished.
|
Summary
docs/rebemer.mdline 420 contains{{from:'element-settings', keys:string[]}in a JSDoc typedef; Jekyll treats{{as a Liquid variable delimiter even inside fenced code blocks{% raw %}...{% endraw %}so Liquid skips it entirelyTest plan
docs/rebemer.md§9 code block renders correctly in the Pages siteGenerated by Claude Code
Summary by CodeRabbit