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

Rich editor: Nesting <p> in <li> tags #561

Closed
abovedave opened this issue Oct 26, 2018 · 2 comments · Fixed by #621
Closed

Rich editor: Nesting <p> in <li> tags #561

abovedave opened this issue Oct 26, 2018 · 2 comments · Fixed by #621

Comments

@abovedave
Copy link
Contributor

Seems to happen with existing saved documents

Expected behavior

<li>The content</li>

Actual behavior

<li>
   <p>The content</p>
</li>
@eduardoboucas
Copy link
Contributor

Needs investigation.

@eduardoboucas
Copy link
Contributor

This is expected behaviour as per the markdown spec (see markedjs/marked#1298). I have changed the styling so that the nested paragraphs are shown correctly. The Markdown output is not affected.

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 a pull request may close this issue.

2 participants