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 triple asterisk in documentation #395

Merged

Conversation

PaulBrandUWV
Copy link
Contributor

The documentation includes code examples, but since the * is reserved to make text look bold in robot documentation language, the headers in the examples only show a single asterisk * instead of the required triple asterisk ***

Before:
image

After:
image

Fixes: #385

Copy link

codecov bot commented May 21, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 87.87%. Comparing base (fac8933) to head (16ce8f1).

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #395      +/-   ##
==========================================
+ Coverage   83.98%   87.87%   +3.89%     
==========================================
  Files           9        9              
  Lines         437      437              
  Branches      102      102              
==========================================
+ Hits          367      384      +17     
+ Misses         65       51      -14     
+ Partials        5        2       -3     
Flag Coverage Δ
acceptance 83.98% <ø> (ø)
unit 61.09% <ø> (?)

Flags with carried forward coverage won't be shown. Click here to find out more.

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

@lucagiove lucagiove merged commit f87e62f into MarketSquare:master May 24, 2024
8 checks passed
@PaulBrandUWV PaulBrandUWV deleted the documentation_header_fix_2 branch June 2, 2024 15:23
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.

Generated html keyword documentation uses single asterisk where 3 should be used for sections.
2 participants