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

Formatting in quoted posts sometimes causes portions of post to get parsed out #198

Closed
jeffputz opened this issue Mar 25, 2020 · 1 comment
Labels

Comments

@jeffputz
Copy link
Collaborator

There is some extraneous markup that appears to be in the text, and the parser deletes everything after it. For example, a quote with bold or italic keeps the adjacent paragraph, but not the one after that.

@jeffputz jeffputz added the bug label Mar 25, 2020
@jeffputz
Copy link
Collaborator Author

jeffputz commented Mar 26, 2020

Here's an example of markup I found:

<p>[quote]<em>WolfBobs said:</em>
<br><span style="font-size: 1rem;">People need to learn to not blindly follow people based on red and blue. That's why our country has been stagnant with no real change for the good of the people for decades. Good for corporations? Sure. But the people? Not so much.</span><br></p>
<p>[/quote]It's reassuring to see that some people feel that way.</p>

The parser in this case ditched everything inside of the span. Select all, clear formatting fixes it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant