Fix NOTE admonitions to include code snippets#206
Fix NOTE admonitions to include code snippets#206sgerbino merged 1 commit intocppalliance:developfrom
Conversation
The single-line NOTE: shorthand only captures one line of text, leaving the code block rendered outside the admonition. Use the block form [NOTE]/==== to wrap the code snippet inside.
|
Important Review skippedReview was skipped due to path filters ⛔ Files ignored due to path filters (18)
CodeRabbit blocks several paths by default. You can override this behavior by explicitly including those paths in the path filters. For example, including ⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ Finishing Touches🧪 Generate unit tests (beta)
📝 Coding Plan
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
|
An automated preview of the documentation is available at https://206.corosio.prtest3.cppalliance.org/index.html If more commits are pushed to the pull request, the docs will rebuild at the same URL. 2026-03-12 17:11:57 UTC |
|
GCOVR code coverage report https://206.corosio.prtest3.cppalliance.org/gcovr/index.html Build time: 2026-03-12 17:21:50 UTC |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## develop #206 +/- ##
========================================
Coverage 76.25% 76.25%
========================================
Files 99 99
Lines 10570 10570
Branches 2407 2407
========================================
Hits 8060 8060
Misses 1797 1797
Partials 713 713 Continue to review full report in Codecov by Sentry.
🚀 New features to boost your workflow:
|
The single-line NOTE: shorthand only captures one line of text, leaving the code block rendered outside the admonition. Use the block form [NOTE]/==== to wrap the code snippet inside.