Skip to content

Conversation

@ghost
Copy link

@ghost ghost commented Jan 19, 2023

Empty lines seem to be upsetting the {% raw %} content, and some DOM elements are being rendered as text.

I'm not 100% sure that this'll fix it, but the markdown preview no longer has any weird <pre>-formatted sections, so that's a start...

Below is a snippet (with source) from the rendered page:

      <!-- end membership form -->

      &lt;/div&gt;
      <aside class="sidebar" role="complementary">
        <!-- reserved for future use -->
      </aside>
    &lt;/div&gt;
  &lt;/div&gt;

&lt;/div&gt;

image

Empty lines seem to be upsetting the {% raw %} content, and some DOM elements are being rendered as text. Below is a source snippet from the rendered page:

      <!-- end membership form -->

      &lt;/div&gt;
      <aside class="sidebar" role="complementary">
        <!-- reserved for future use -->
      </aside>
    &lt;/div&gt;
  &lt;/div&gt;

&lt;/div&gt;
@ghost ghost mentioned this pull request Jan 20, 2023
@hblankenship
Copy link
Collaborator

The empty spaces did not seem to impact the dangling divs. Found and fixed a missing end tag in member_benefits.md that resolved this issue. Thank you for your contribution.

@ghost ghost deleted the patch-1 branch February 2, 2023 12:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant