Skip to content

Commit 0d85dc7

Browse files
koyuki7wsubatoi
andauthoredMar 19, 2025··
Fix character entity references (#36891)
Co-authored-by: Ben Ahmady <[email protected]>
1 parent fa7cc51 commit 0d85dc7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎content/contributing/setting-up-your-environment-to-work-on-github-docs/troubleshooting-your-environment.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -95,12 +95,12 @@ During development, you can visit any page on `http://localhost:4000` and add `?
9595

9696
## Working with liquid processing
9797

98-
If your text or code example includes content between curly brackets (`{` and `}`), you need to wrap it between <code>&#123% raw %&#125;</code> and <code>&#123% raw %&#125;</code> tags to disable Liquid processing for that section. For example:
98+
If your text or code example includes content between curly brackets (`{` and `}`), you need to wrap it between <code>&#123;% raw %&#125;</code> and <code>&#123;% raw %&#125;</code> tags to disable Liquid processing for that section. For example:
9999

100100
* **Use:**
101101

102102
<pre>
103-
GITHUB_TOKEN: &#123% raw %&#125;${% raw %}{{ secrets.GITHUB_TOKEN }}{% endraw %}&#123% endraw %&#125;
103+
GITHUB_TOKEN: &#123;% raw %&#125;${% raw %}{{ secrets.GITHUB_TOKEN }}{% endraw %}&#123;% endraw %&#125;
104104
</pre>
105105

106106
* **Avoid:**

0 commit comments

Comments
 (0)
Please sign in to comment.