Bullet point indentation is not preserved in preview site
- Dominant language
- HTML
- Stars
- 27
- Forks
- 22
- Avg merge
- 2d 15h
- Merged PRs (30d)
- 7
Description
https://appsec.equinor.com/toolbox/guidelines/secret-scanning/#steps-to-mitigate-a-leak
The bullet points here are rendered in github-flavor markdown as indented, but its not kept in the website:
Actual markdown:
```md
### Steps to mitigate a leak
- Revoke/rotate the exposed secret - `THIS IS PRIORITY #1`
- Depending on risk consequence - considering contacting IT-Security for assistance
- Contact Help Desk at (+47) 51 999 222
- Clean the git history
- If the repo is public/internal, consider making it `private` until the secrets are removed
- Potentially inspect logs
- Do a retrospective with your team
```
Markdown preview in github:
Website:
All bullets on the same "level"/indentation in the website.
Some markdown renders expect 4 spaces of indentation for nested bullet points. I suggest that this is checked as the nesting of bullet points can give the text and lists different meanings than intended.
Contributor guide
Assessment
This issue has not been assessed yet.