Skip to content

Fix Markdown syntax#9109

Open
mernst wants to merge 1 commit into
diffblue:developfrom
mernst:compiling-markdown
Open

Fix Markdown syntax#9109
mernst wants to merge 1 commit into
diffblue:developfrom
mernst:compiling-markdown

Conversation

@mernst

@mernst mernst commented Jul 7, 2026

Copy link
Copy Markdown

This fixes incorrect Markdown syntax.
You can see the bad formatting just above https://github.com/diffblue/cbmc/blob/develop/COMPILING.md#compiling-with-make-on-linux .

  • Each commit message has a non-empty body, explaining why the change was made.
  • Methods or procedures I have added are documented, following the guidelines provided in CODING_STANDARD.md.
  • The feature or user visible behaviour I have added or modified has been documented in the User Guide in doc/cprover-manual/
  • Regression or unit tests are included, or existing tests cover the modified code (in this case I have detailed which ones those are in the commit message).
  • My commit message includes data points confirming performance improvements (if claimed).
  • My PR is restricted to a single feature or bugfix.
  • White-space or formatting changes outside the feature-related changed lines are in commits of their own.

@codecov

codecov Bot commented Jul 7, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 80.77%. Comparing base (f88ea70) to head (963929c).
⚠️ Report is 2 commits behind head on develop.

Additional details and impacted files
@@           Coverage Diff            @@
##           develop    #9109   +/-   ##
========================================
  Coverage    80.77%   80.77%           
========================================
  Files         1712     1712           
  Lines       189814   189814           
  Branches        73       73           
========================================
  Hits        153328   153328           
  Misses       36486    36486           

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

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