コメントアウトすることが妥当でしょう。 ## 例 ### 旧 ```{code-block} bash :caption: Pythonのバージョンを確認 $ python3 -V Python 3.13.7 ``` <img width="594" height="206" alt="Image" src="https://github.com/user-attachments/assets/f7e0e0c7-b1e3-4859-8591-18cc60517b45" /> ### 新 ```{code-block} bash :caption: Pythonのバージョンを確認 $ python3 -V # Python 3.13.7 ```
コメントアウトすることが妥当でしょう。
例
旧
新