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 handling of newlines and paragraphs #382

Merged
merged 3 commits into from
Oct 5, 2024
Merged

Fix handling of newlines and paragraphs #382

merged 3 commits into from
Oct 5, 2024

Conversation

uhafner
Copy link
Owner

@uhafner uhafner commented Oct 5, 2024

GitHub and GitLab handle newlines in Markdown differently. All elements are now correctly provided as standalone blocks that can be concatenated on demand.

Will fix #381.

GitHub and GitLab handle newlines in Markdown differently.
All elements are now correctly provided as standalone blocks
that can be concatenated on demand.
@uhafner uhafner added the bug Bugs or performance problems label Oct 5, 2024
Copy link

github-actions bot commented Oct 5, 2024

☀️   Quality Monitor

   🚦   Tests: 78 % successful (❌ 27 failed, ✔️ 97 passed)
   〰️   Line Coverage: 87% (155 missed lines)
   ➰   Branch Coverage: 80% (60 missed branches)
   PIT   Mutation Coverage: 0% (0 survived mutations)
   CheckStyle   CheckStyle: No warnings
   PMD   PMD: 9 warnings (0 error, 1 high, 7 normal, 1 low)
   SpotBugs   SpotBugs: No warnings

🚧 Error Messages

Quality Monitor Errors:
No matching report files found when using pattern '**/target/pit-reports/mutations.xml'! Configuration error for 'Mutation Coverage'?

Created by Quality Monitor v1.10.0 (#9c48d50). More details are shown in the GitHub Checks Result.

Copy link

github-actions bot commented Oct 5, 2024

☀️   Quality Monitor

   🚦   Tests: 100 % successful (✔️ 124 passed)
   〰️   Line Coverage: 87% (156 missed lines)
   ➰   Branch Coverage: 80% (59 missed branches)
   PIT   Mutation Coverage: 75% (163 survived mutations)
   CheckStyle   CheckStyle: No warnings
   PMD   PMD: 6 warnings (0 error, 1 high, 4 normal, 1 low)
   SpotBugs   SpotBugs: No warnings

Created by Quality Monitor v1.10.0 (#9c48d50). More details are shown in the GitHub Checks Result.

Copy link

github-actions bot commented Oct 5, 2024

☀️   Quality Monitor

   🚦   Tests: 100 % successful (✔️ 124 passed)
   〰️   Line Coverage: 87% (156 missed lines)
   ➰   Branch Coverage: 80% (59 missed branches)
   PIT   Mutation Coverage: 75% (163 survived mutations)
   CheckStyle   CheckStyle: No warnings
   PMD   PMD: 4 warnings (0 error, 1 high, 2 normal, 1 low)
   SpotBugs   SpotBugs: No warnings

Created by Quality Monitor v1.10.0 (#9c48d50). More details are shown in the GitHub Checks Result.

@uhafner uhafner merged commit e58a830 into main Oct 5, 2024
14 checks passed
@uhafner uhafner deleted the newlines branch October 5, 2024 16:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Bugs or performance problems
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Newline missing
1 participant