README: Use Markdown extension

Ensures proper rendering on GitHub [1] / GitLab, clarifies that Markdown
syntax is expected from contributors, and enables editor syntax
highlighting.

[1] https://github.com/openocd-org/openocd

Change-Id: Icaff52ed2bf7d6f32b5812b5aff1c081e8b7507a
Signed-off-by: Marc Schink <dev@zapb.de>
Reviewed-on: https://review.openocd.org/c/openocd/+/9388
Tested-by: jenkins
Reviewed-by: Antonio Borneo <borneo.antonio@gmail.com>
This commit is contained in:
Marc Schink
2025-09-01 11:04:36 +02:00
committed by Antonio Borneo
parent 5e7182368e
commit bcfa2bc6b5
7 changed files with 9 additions and 9 deletions

View File

@@ -1417,14 +1417,14 @@ sub top_of_kernel_tree {
if (!$OpenOCD) {
my @tree_check = (
"COPYING", "CREDITS", "Kbuild", "MAINTAINERS", "Makefile",
"README", "Documentation", "arch", "include", "drivers",
"README.md", "Documentation", "arch", "include", "drivers",
"fs", "init", "ipc", "kernel", "lib", "scripts",
);
} # !$OpenOCD
# OpenOCD specific: Begin
my @tree_check = (
"AUTHORS", "BUGS", "COPYING", "HACKING", "Makefile.am",
"README", "contrib", "doc", "src", "tcl", "testing", "tools",
"README.md", "contrib", "doc", "src", "tcl", "testing", "tools",
);
# OpenOCD specific: End