Commit 0899c019 authored by Yong Tang's avatar Yong Tang Committed by Jonathan Hseu
Browse files

Fix code block rendering issue in adding_an_op.md (#18368)



* Fix code block rendering issue in adding_an_op.md

In adding_an_op.md, html code was used in markdown for code blocks.
However, this does not work very well as some of the code blocks
includes incorrect rendering.

This fix converts html into "```c++" (backticks) so that the rendering
could be fixed.

Signed-off-by: default avatarYong Tang <yong.tang.github@outlook.com>

* Fix additional html code

Signed-off-by: default avatarYong Tang <yong.tang.github@outlook.com>

* Fix lang-cpp issue

Signed-off-by: default avatarYong Tang <yong.tang.github@outlook.com>

* Further clean up

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