Convert links in notes to Markdown (#25110)
* Convert links in notes to Markdown
Regex Used: <a\shref='([^']*)'>([^<]*)<\/a> -> [$2]($1)
* Update linter
* Fix broken link tags
* Fix linter
* Remove unneeded escape
diff --git a/webdriver/commands/GetElementText.json b/webdriver/commands/GetElementText.json
index 8e1d490..38c799c 100644
--- a/webdriver/commands/GetElementText.json
+++ b/webdriver/commands/GetElementText.json
@@ -10,11 +10,11 @@
"support": {
"chrome": {
"version_added": "65",
- "notes": "To enable Chromium support, include `{\"goog:chromeOptions\": {\"w3c\": true}}` in the <a href=https://developer.mozilla.org/docs/Web/WebDriver/Capabilities>capabilities</a>."
+ "notes": "To enable Chromium support, include `{\"goog:chromeOptions\": {\"w3c\": true}}` in the [capabilities](https://developer.mozilla.org/docs/Web/WebDriver/Capabilities)."
},
"chrome_android": {
"version_added": false,
- "notes": "To enable Chromium support, include `{\"goog:chromeOptions\": {\"w3c\": true}}` in the <a href=https://developer.mozilla.org/docs/Web/WebDriver/Capabilities>capabilities</a>."
+ "notes": "To enable Chromium support, include `{\"goog:chromeOptions\": {\"w3c\": true}}` in the [capabilities](https://developer.mozilla.org/docs/Web/WebDriver/Capabilities)."
},
"edge": "mirror",
"firefox": {
@@ -29,7 +29,7 @@
"oculus": "mirror",
"opera": {
"version_added": false,
- "notes": "To enable Chromium support, include `{\"goog:chromeOptions\": {\"w3c\": true}}` in the <a href=https://developer.mozilla.org/docs/Web/WebDriver/Capabilities>capabilities</a>."
+ "notes": "To enable Chromium support, include `{\"goog:chromeOptions\": {\"w3c\": true}}` in the [capabilities](https://developer.mozilla.org/docs/Web/WebDriver/Capabilities)."
},
"opera_android": "mirror",
"safari": {