commit | e7d4559b0173596f29ceb5ba7da653b023067783 | [log] [tgz] |
---|---|---|
author | George Liu <liuxiwei@ieisystem.com> | Tue Aug 06 13:01:37 2024 +0800 |
committer | George Liu <liuxiwei@ieisystem.com> | Mon Sep 09 00:19:56 2024 +0000 |
tree | 93431e6da1bbfc6e827b8ae01c3c04d8479b1153 | |
parent | 1a80ae5affa89cb196800a4c549b437d70fa3090 [diff] |
Fix MD001 warnings The following warnings are generated by using markdownlint analysis: ``` docs/README.md:10 MD001/heading-increment Heading levels should only increment by one level at a time [Expected: h3; Actual: h4] ``` Refer to markdown-lint [1] to fix MD001 [1]: https://github.com/updownpress/markdown-lint/blob/master/rules/001-header-increment.md Signed-off-by: George Liu <liuxiwei@ieisystem.com> Change-Id: I55d5132edb76bd2e46ea34d579b6a7b264581059