1
reStructuredText에서 강조 표시된 인라인 코드
reStructuredText에 다음 지시문이 있음을 알고 있습니다. .. code:: bash gedit pohl.m 코드 블록을 렌더링합니다. 다음과 같이 인라인 스 니펫에 대한 구문 강조를 얻는 방법이 있습니까? Do edit the file, type ``gedit pohl.m`` into a terminal. 백틱은 코드로 표시되지만 블록과 같은 피그먼트로 강조 표시하고 싶습니다. 이게 가능해?
130
restructuredtext