Skip to content

Commit dfc46d7

Browse files
Disable Liquid for React handbook files
Add YAML front-matter (render_with_liquid: false) to the four React Interview handbook markdown files to prevent Jekyll Liquid from interpreting JSX/JS code blocks. Remove the global render_with_liquid setting from _config.yml so the change applies only to these files rather than site-wide.
1 parent dcb8776 commit dfc46d7

5 files changed

Lines changed: 16 additions & 4 deletions

File tree

β€ŽReact Interview/react-handbook-part1.mdβ€Ž

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
---
2+
render_with_liquid: false
3+
---
4+
15
# πŸš€ Senior Frontend Engineer / React Developer Interview Handbook
26

37
## Part 1: Sections 1–5 | Fundamentals β†’ Core β†’ Hooks β†’ Internals β†’ Performance

β€ŽReact Interview/react-handbook-part2.mdβ€Ž

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
---
2+
render_with_liquid: false
3+
---
4+
15
# πŸš€ Senior Frontend Engineer / React Developer Interview Handbook
26

37
## Part 2: Sections 6–10 | State Management β†’ Router β†’ API β†’ Patterns β†’ System Design

β€ŽReact Interview/react-handbook-part3.mdβ€Ž

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
---
2+
render_with_liquid: false
3+
---
4+
15
# πŸš€ Senior Frontend Engineer / React Developer Interview Handbook
26

37
## Part 3: Sections 11–15 | Machine Coding β†’ Testing β†’ Security β†’ Build β†’ Micro Frontends

β€ŽReact Interview/react-handbook-part4.mdβ€Ž

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
---
2+
render_with_liquid: false
3+
---
4+
15
# πŸš€ Senior Frontend Engineer / React Developer Interview Handbook
26

37
## Part 4: Sections 16–20 | NPM β†’ Q&A β†’ Mental Models β†’ Checklist β†’ FAANG Deep Dive

β€Ž_config.ymlβ€Ž

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,5 @@
11
# GitHub Pages / Jekyll configuration
22

3-
# Disable Liquid template processing so {{ }} in code blocks
4-
# (JSX/JS object syntax) is not misinterpreted as Liquid tags.
5-
render_with_liquid: false
6-
73
theme: jekyll-theme-minimal
84
title: JavaScript Concepts
95
description: JavaScript Concepts with Code Examples and Interview Questions

0 commit comments

Comments
Β (0)