Skip to content

Adjust new lines after ends of divs#1

Merged
gchtr merged 1 commit intomasterfrom
newlines
Nov 19, 2020
Merged

Adjust new lines after ends of divs#1
gchtr merged 1 commit intomasterfrom
newlines

Conversation

@jarednova
Copy link
Copy Markdown
Member

@jarednova jarednova commented Nov 19, 2020

The current way tables end created markup like ...

</div>
### Next Heading

This prevented 11ty from converting the ### Next Heading into <h3>Next Heading</h3>. This tweak swaps around the self::PARAGRAPH and self::NEWLINE so the markup is 11ty friendly! Now it looks like ...

</div>

### Next Heading

@gchtr gchtr merged commit a91771d into master Nov 19, 2020
@gchtr gchtr deleted the newlines branch November 19, 2020 17:14
@gchtr
Copy link
Copy Markdown
Member

gchtr commented Nov 19, 2020

Aaaargh, I also played around with those but apparently only fixed the spacing before and after the table markup, but not the spacing before headings.

Thanks, @jarednova

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.

2 participants