docs/presence/rpolicy.md: Fix MD040 warnings
The following warnings are generated by using markdownlint analysis:
```
MD040/fenced-code-language Fenced code blocks should have a language specified [Context: "```"]
```
Refer to markdown-lint [1] to fix MD040
[1]: https://github.com/updownpress/markdown-lint/blob/master/rules/040-fenced-code-language.md
Signed-off-by: George Liu <liuxiwei@ieisystem.com>
Change-Id: Ic2ddba30a55a328af2528afc56a2147c7ceb6f59
diff --git a/docs/presence/rpolicy.md b/docs/presence/rpolicy.md
index 0a2f6cb..b1da85c 100644
--- a/docs/presence/rpolicy.md
+++ b/docs/presence/rpolicy.md
@@ -19,7 +19,7 @@
present, results in the fan being marked present. All methods of detection must
denote the fan as missing to have a fan be not present.
-```
+```text
"type": "anyof"
```
@@ -28,7 +28,7 @@
A policy to use the first method of fan presence detection and then use the next
method only when the first method denotes the fan is missing.
-```
+```text
"type": "fallback"
```