Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
标题几乎说明了一切:我想monospaced用 GFM 写一段字体,但没有任何编程语言的语法突出显示。我想会是
monospaced
```txt
或者
```text
或者什么都没有:
```
但没有运气。GFM 甚至可以做到这一点吗?
尝试使用四个空格缩进(即正常的降价代码块)而不是使用围栏代码块。这在 GitLab 中对我有用。在 GitHub 中只是 ``` 工作。