Giter Site home page Giter Site logo

Posts have a display problem about dactl HOT 7 OPEN

melangue avatar melangue commented on July 17, 2024 2
Posts have a display problem

from dactl.

Comments (7)

Grant3W avatar Grant3W commented on July 17, 2024

Getting the same issue here. Anyone managed to solve this?

from dactl.

mrbvrz avatar mrbvrz commented on July 17, 2024

yeeaa... me too.. same issue. anyone can help?

from dactl.

humbertowoody avatar humbertowoody commented on July 17, 2024

I think nobody has been able to fix this. Maybe I can dive in and try to fix it :)
Some guidance would be amazing tho, @melangue. Thanks in advance!

from dactl.

humbertowoody avatar humbertowoody commented on July 17, 2024

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!

from dactl.

kayoungk avatar kayoungk commented on July 17, 2024

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 "python" and "py", ~~~python and ~~~py the problem still exists.

from dactl.

humbertowoody avatar humbertowoody commented on July 17, 2024

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 javascript, js, text, txt or php it works, if not, let me know so I can dig into the code, I really want this issue to get fixed.

from dactl.

humbertowoody avatar humbertowoody commented on July 17, 2024

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 ~~~python or any other normal markdown combination, use:

{% 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 :)

from dactl.

Related Issues (15)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.