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

@@ -1,6 +1,6 @@
# SPDX-License-Identifier: GPL-2.0-or-later
AUTOMAKE_OPTIONS = gnu 1.14
AUTOMAKE_OPTIONS = foreign 1.14
.DELETE_ON_ERROR:
@@ -63,8 +63,8 @@ EXTRA_DIST += \
BUGS \
HACKING \
NEWTAPS \
README.Windows \
README.macOS \
README.Windows.md \
README.macOS.md \
$(EXTRA_DIST_NEWS) \
Doxyfile.in \
LICENSES/license-rules.txt \