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

Fix plaintext ast renderer handling linebreaks and blocks incorrectly #1740

Merged
merged 1 commit into from
Feb 25, 2024

Conversation

rafalp
Copy link
Owner

@rafalp rafalp commented Feb 25, 2024

Fixes #1739

@rafalp rafalp added area: backend This issue involves Python, Django or dependency (eg. database) feature: parser Parser converts markdown/bbcode strings into other forms labels Feb 25, 2024
@rafalp rafalp added this to the Next feature release milestone Feb 25, 2024
@rafalp rafalp self-assigned this Feb 25, 2024
@coveralls
Copy link

Coverage Status

coverage: 98.719% (+0.006%) from 98.713%
when pulling e1b3d34 on fix-1739-plaintext-ast-remove-linebreaks
into f865276 on main.

@rafalp rafalp merged commit a494b8d into main Feb 25, 2024
2 checks passed
@rafalp rafalp deleted the fix-1739-plaintext-ast-remove-linebreaks branch February 25, 2024 12:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area: backend This issue involves Python, Django or dependency (eg. database) feature: parser Parser converts markdown/bbcode strings into other forms
Projects
None yet
Development

Successfully merging this pull request may close these issues.

render_ast_to_plaintext includes linebreaks
2 participants