You've already forked edk2-upstream
mirror of
https://github.com/Dasharo/edk2-upstream.git
synced 2026-03-06 15:03:57 -08:00
Fix markdownlint formatting issues in README.
Uses the following settings:
{
"default": true,
"MD013": {"line_length": 120, "code_blocks": false, "tables": false},
"MD033": {"allowed_elements": ["br", "center", "img"]}
}
Signed-off-by: Sherry Fan <sherryfan@microsoft.com>