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.
我想要 Markdown 选项(SO?)之类的东西,在哪里
four leading spaces makes it look like code blocks have been written
Google (Hangouts) Chat 仅支持基本的(不是丰富的也不是完整的 Markdown)格式。对于您的具体查询,请使用成对的三重反引号,即
``` Hello World ```
有关此格式指令和其他格式指令,请参阅 Google 文档中的消费者帮助页面(针对最终用户)或简单消息页面(针对开发人员)。
如果它是单行,您可以在单反引号之间使用它。
`Hello World`