docs/OEMExtensions.md: Fix MD036 warnings
The following warnings are generated by using markdownlint analysis:
```
MD036/no-emphasis-as-heading Emphasis used instead of a heading [Context: "sections/cper-section-myvendor..."]
MD036/no-emphasis-as-heading Emphasis used instead of a heading [Context: "sections/cper-section-myvendor..."]
MD036/no-emphasis-as-heading Emphasis used instead of a heading [Context: "sections/cper-section.c"]
```
Refer to markdown-lint [1] to fix MD036
[1]: https://github.com/updownpress/markdown-lint/blob/master/rules/036-no-emphasis-as-header.md
Change-Id: I1df5292213fd6a580525087c37445e2b52524b33
Signed-off-by: George Liu <liuxiwei@ieisystem.com>
diff --git a/docs/OEMExtensions.md b/docs/OEMExtensions.md
index ab56a1a..90b9696 100644
--- a/docs/OEMExtensions.md
+++ b/docs/OEMExtensions.md
@@ -12,7 +12,7 @@
example here, we will create a fake CPER section, "myVendorSection", in
`cper-section-myvendor.h` and `cper-section-myvendor.c`.
-_sections/cper-section-myvendor.h_
+_sections/cper-section-myvendor.h_:
```c
#ifndef CPER_SECTION_MYVENDOR
@@ -27,7 +27,7 @@
#endif
```
-_sections/cper-section-myvendor.c_
+_sections/cper-section-myvendor.c_:
```c
/**
@@ -89,7 +89,7 @@
to the name and conversion methods. Open `sections/cper-section.c` and add your
definition to the `section_definitions` array, like so:
-_sections/cper-section.c_
+_sections/cper-section.c_:
```c
/**