-
Notifications
You must be signed in to change notification settings - Fork 166
Posts have a display problem #8
Comments
Getting the same issue here. Anyone managed to solve this? |
yeeaa... me too.. same issue. anyone can help? |
I think nobody has been able to fix this. Maybe I can dive in and try to fix it :) |
Simple update, I have found that the error is actually a problem happening just during the GitHub Pages compilation process. In order to avoid this kind of error, you have to add a language specification on the code block. If you have any code block, just add the language after the final "`". Hope this helps! |
Hi! I have tried " |
Hi! Hmmm... What about using another language? I mean, right now I can't test if it's the issue, but there should be no difference between using Python and/or Javascript (or any other language) for rendering matters, but my site is using JS snippets and it seems to be working! How about specifying another language? Also, check if using something like |
So, for anyone interested, this isn't an issue with the template per sé, in fact, it is an issue with Rogue syntax highlighter and the HTML minification gem. I can't seem to find a way to fix this, but have found a workaround, instead of using {% highlight c++ %}
int main() { return 0; }
{% endhighlight %} This way, the line numbers get disabled. I can't tell exactly what is going on, but at least you can get your site working with this little hack. Probably this problem is a fault of outdated ruby plugins on Github Pages. Also, this issue is quite famous, you can read more about it here: Hope this helps! @kayoungk :) |
The posts are not displaying properly, with the class "class="highlight">".
For example : https://melangue.github.io/dactl/posts/yaml-frontmatter
The text was updated successfully, but these errors were encountered: