标签: github
如果我在gitHub中创建了一些代码的问题,如何格式化?
我必须一次又一次地添加更多的空白......
通过点击"代码示例"有什么类似我们在StackOverFlow中看到的内容按钮?
答案 0 :(得分:3)
只需使用fenced code block delimiters包装代码。
``` here is the code block ```
您还可以指定语言。
```ruby puts "hello" ```