Overview mis-renders headers? Or headers before lists? #93

Closed
opened 2018-06-12 00:35:05 +02:00 by kauffj · 4 comments
kauffj commented 2018-06-12 00:35:05 +02:00 (Migrated from github.com)

The following markup results in an invisible header:

        <div class="ecosystem__module__details">
          <p>
            foo
          </p>
          <h4>header</h4>
          <ul>
            <li>
              a
            </li>
            <li>
              b
            </li>
          </ul>
        </div>
The following markup results in an invisible header: ``` <div class="ecosystem__module__details"> <p> foo </p> <h4>header</h4> <ul> <li> a </li> <li> b </li> </ul> </div> ```
NetOpWibby commented 2018-06-13 20:50:01 +02:00 (Migrated from github.com)

Can you point out where you see this in the code?

Can you point out where you see this in the code?
kauffj commented 2018-06-13 22:34:31 +02:00 (Migrated from github.com)

@NetOperatorWibby my code was a sample case, but you can see for yourself that the <h3> in the "Blockchain" section is not rendering.

@NetOperatorWibby my code was a sample case, but you can see for yourself that the `<h3>` in the "Blockchain" section is not rendering.
NetOpWibby commented 2018-06-13 22:35:52 +02:00 (Migrated from github.com)

Oh wow, that's weird.

Oh wow, that's weird.
NetOpWibby commented 2018-06-13 23:24:00 +02:00 (Migrated from github.com)

Closed via a2f9a2749d

Closed via https://github.com/lbryio/lbry.tech/commit/a2f9a2749d68a7e9cdc378627a350a103c1661b3
Sign in to join this conversation.
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: LBRYCommunity/lbry.tech#93
No description provided.