Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Inconsistent treatment of paragraphs in <col> #117

Open
FloMiLe opened this issue Jun 4, 2020 · 0 comments
Open

Inconsistent treatment of paragraphs in <col> #117

FloMiLe opened this issue Jun 4, 2020 · 0 comments

Comments

@FloMiLe
Copy link

FloMiLe commented Jun 4, 2020

I use the Bootstrap Wrapper Plugin and noticed inconsistent behavior in grid columns.

In the MWE below, paragraphs 1 and 2 are not separated vertically, but there is vertical space between paragraphs 2 and 3, as one would expect between two paragraphs.

The reason for this seems to be that inside the <col> environment, only the first paragraph is not put into a <p> environment in the html output.

<grid><col sm="6">
Paragraph 1

Paragraph 2
  
Paragraph 3
</col>
</grid>

Maybe this is wanted behavior. Otherwise I hope this can be fixed in the plugin.

Meanwhile, is there a way I can make the first paragraph be a proper paragraph, such that vertical space is inserted between paragraphs 1 and 2?

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

No branches or pull requests

1 participant