components
components copied to clipboard
fix: Fix markdown format in table docs
Description
Fix markdown formatting so lists are correctly nested
Related links, issue #, if available: n/a
How has this been tested?
Tested output locally
Review checklist
The following items are to be evaluated by the author(s) and the reviewer(s).
Correctness
- Changes include appropriate documentation updates.
-
Changes are backward-compatible if not indicated, see
CONTRIBUTING.md
. -
Changes do not include unsupported browser features, see
CONTRIBUTING.md
. - Changes were manually tested for accessibility, see accessibility guidelines.
Security
-
If the code handles URLs: all URLs are validated through the
checkSafeUrl
function.
Testing
- Changes are covered with new/existing unit tests?
- Changes are covered with new/existing integration tests?
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.
Codecov Report
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 95.39%. Comparing base (
536f5f4
) to head (e018371
).
Additional details and impacted files
@@ Coverage Diff @@
## main #2258 +/- ##
==========================================
- Coverage 95.40% 95.39% -0.01%
==========================================
Files 705 705
Lines 18715 18715
Branches 6222 5944 -278
==========================================
- Hits 17855 17854 -1
- Misses 807 854 +47
+ Partials 53 7 -46
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Is there any place for me to preview this change?
Is there any place for me to preview this change?
not right now, but you can see the broken version (with doubled bullet points) here: https://cloudscape.design/components/table/?tabId=api (scroll down to editConfig.ariaLabel
)