Giter VIP home page Giter VIP logo

Comments (5)

hossainemruz avatar hossainemruz commented on July 24, 2024 1

That makes sense. I will check if we can reset the CSS for the content class with code.

from toha.

hossainemruz avatar hossainemruz commented on July 24, 2024

I am wondering why you are seeing this extra code spaces! The example site has both codeblocks and figures but none has additional spaces after them.
https://hugo-toha.github.io/posts/markdown-sample/

from toha.

FunctionalHacker avatar FunctionalHacker commented on July 24, 2024

My site content is written in AsciiDoc and the example site is written in Markdown as far as I know. I think we should look at the different HTML structures created by the respective HTML generation pipelines

from toha.

FunctionalHacker avatar FunctionalHacker commented on July 24, 2024

The example page seems to have a structure like this

<pre>
   <code></code>
<pre>

While my site, which is generated by AsciiDoctor, has an extra div around a similar structure. Looks like the content class is what is being matched by the CSS rule and gives the min-height attribute that causes the issue.

<div class="content">
   <pre>
      <code></code>
   <pre>
</div>

Don't know enough about the inner workings of Hugo or AsciiDoctor to research this much further. Any ideas?

from toha.

FunctionalHacker avatar FunctionalHacker commented on July 24, 2024

I did some more research and found a way to make AsciiDoctor play more nice with Hugo, using a custom html5 backend https://cosmos547.moe/posts/hugo-with-asciidoc/#_html_output_from_asciidoctor

Sorry for wasting your time. I was sure it was not an issue with my site since I've ran it without issue with v3 such a long time. Hope this issue serves as a help resource if anyone else runs into the same issue.

from toha.

Related Issues (20)

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.