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

Treat <details> and <summary> as block level. #329

Merged
merged 2 commits into from
Apr 22, 2020
Merged

Conversation

th-h
Copy link
Contributor

@th-h th-h commented Apr 22, 2020

<details> and <summary> elements should never be wrapped in <p></p>.

Add test to test\resources\php-markdown.mdtest\Inline HTML (Simple) accordingly.

<details> and <summary> elements should never
be wrapped in "<p></p>".

Signed-off-by: Thomas Hochstein <[email protected]>
Signed-off-by: Thomas Hochstein <[email protected]>
th-h added a commit to s9y/additional_plugins that referenced this pull request Apr 22, 2020
`<details>` and `<summary>` elements should
never be wrapped in `<p></p>`.

See michelf/php-markdown#329.

Signed-off-by: Thomas Hochstein <[email protected]>
@michelf
Copy link
Owner

michelf commented Apr 22, 2020

Looks good. Thank you.

@michelf michelf merged commit 6975244 into michelf:lib Apr 22, 2020
ophian added a commit to ophian/additional_plugins that referenced this pull request Apr 25, 2020
`<details>` and `<summary>` elements should never be wrapped in `<p></p>`.

See michelf/php-markdown#329.
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