Fix Markdown issues
authorWu Yongwei <wuyongwei@gmail.com>
Tue, 1 Nov 2022 13:48:24 +0000 (21:48 +0800)
committerWu Yongwei <wuyongwei@gmail.com>
Tue, 1 Nov 2022 13:48:24 +0000 (21:48 +0800)
commit72886af724b546cd14c682af93c88bfe59998015
tree7d9a6b45d6cd2618106d2a3e0acb14bedd67fe9f
parent8c677380d0f9241b9cd548082cf843c5111736d8
Fix Markdown issues

`_`, `<`, and `>` are special characters in Markdown, and need to be
escaped except in code blocks.  So backticks or backslahes are used to
fix the apparent issues, which caused wrong rendering.

Signed-off-by: Wu Yongwei <wuyongwei@gmail.com>
README.md
doc/cds-api.md
doc/solaris-build.md
This page took 0.025413 seconds and 4 git commands to generate.