From 4bd4afe9681652a6e3871d8efa75a4a3b2e71bc4 Mon Sep 17 00:00:00 2001 From: Andrew Fiddian-Green Date: Sun, 8 Dec 2024 17:42:34 +0000 Subject: [PATCH] fix markdown style warning Signed-off-by: Andrew Fiddian-Green --- developers/addons/addon.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/developers/addons/addon.md b/developers/addons/addon.md index 9b0aaacd22..a3fc1a5dd5 100644 --- a/developers/addons/addon.md +++ b/developers/addons/addon.md @@ -173,7 +173,7 @@ Plus there are five XML special characters which must be escaped: In `requestPlain` the `$srcMac` token will be converted to the actual source MAC address. It will be rendered according to the `fmtMac` parameter value. -This comprises a standard Java format specifier string plus *optionally* a single delimiter character. +This comprises a standard Java format specifier string plus _optionally_ a single delimiter character. Examples are as follows: | Format Specifier | Result (example) |