Commit 94d6690e authored by Yong Tang's avatar Yong Tang
Browse files

Fix incorrect rendering in community/documentation.md



This fix tries to fix the incorrect rendering in community/documentation.md.
The issue was caused by the escaping of "```". As could be seen
in the docs, there are "```" (backticks) inside the code block and
the code block was surrended by "```" (backticks) as well. The
result is that backticks confused the inteprater of markdown and
messed the documentation.

This fix uses indent four spaces to wrap the code blocks so that
backticks inside could be rendered correctly.

Signed-off-by: default avatarYong Tang <yong.tang.github@outlook.com>
parent 116b9f34
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment