huxpro.github.io
huxpro.github.io copied to clipboard
I found a problem. "{{{" is fine on github, but not on blogs.

URL: https://blog.oulongxing.com/2019/06/19/%E7%94%A8%E6%88%B7%E5%85%B3%E9%94%AE%E4%BF%A1%E6%81%AF%E9%9A%90%E8%97%8F-C/
Not sure if im saying non-sense things, but did u tried using \{?
Not sure if im saying non-sense things, but did u tried using
\{?
Tried but useless. It shows on my blog like this:

Jekyll automatically renders liquid tags like {{strLen}}. A liquid issue could only be solved with liquid. You should surround your escaped content with liquid raw tag block:
{% raw %}
// Escaped content
{% endraw %}