README.md: Fix MD037 warnings
The following warnings are generated by using markdownlint analysis:
```
docs/monitor/sensors.md:11:23 MD037/no-space-in-emphasis Spaces inside emphasis markers [Context: "_ ("]
docs/monitor/sensors.md:11:66 MD037/no-space-in-emphasis Spaces inside emphasis markers [Context: ") _"]
docs/monitor/sensors.md:13:23 MD037/no-space-in-emphasis Spaces inside emphasis markers [Context: "_ ("]
docs/monitor/sensors.md:13:66 MD037/no-space-in-emphasis Spaces inside emphasis markers [Context: ") _"]
```
Refer to markdown-lint [1] to fix MD037
[1]: https://github.com/updownpress/markdown-lint/blob/master/rules/037-no-space-in-emphasis.md
Signed-off-by: George Liu <liuxiwei@ieisystem.com>
Change-Id: Ifff2a9c647b284b49423ed3d04c79af8d5576b16
diff --git a/docs/monitor/sensors.md b/docs/monitor/sensors.md
index e58d9f4..b6cf1d1 100644
--- a/docs/monitor/sensors.md
+++ b/docs/monitor/sensors.md
@@ -8,9 +8,9 @@
A sensor's functional range is determined by the following equation(where
_[target]_ is current requested target of the fan):
-- Minimum = ([target] _ (100 - [`deviation`](deviation.md)) / 100) _ `factor` +
+- Minimum = ([target] _(100 - [`deviation`](deviation.md)) / 100)_ `factor` +
`offset`
-- Maximum = ([target] _ (100 + [`deviation`](deviation.md)) / 100) _ `factor` +
+- Maximum = ([target] _(100 + [`deviation`](deviation.md)) / 100)_ `factor` +
`offset`
Therefore, a fan sensor must be above the minimum and less than the maximum to