Markdown shows backticks (`)

/**********************************************************************
 * Markdown shows backticks (`)
 * illustrate:
 * In Markdown documents, the shell script in the line code itself has backticks, which need to be displayed,
 * Find out how to deal with it.
 *
 * 2018-5-8 Zeng Jianfeng, Xixiang, Baoan, Shenzhen
 *********************************************************************/

1. Reference documents:
    1. How to escape backticks in markdown backticks?
        https://www.v2ex.com/t/57233

Second, the solution:
    Double backticks:
        ``sudo docker run -v `pwd`:/root/android -it ubuntu:14.04 /bin/bash``

 

Guess you like

Origin http://43.154.161.224:23101/article/api/json?id=325812773&siteId=291194637