在官方github flavored markdown docs中,他们展示了我们如何使用围栏来标记代码块,并且我们可以选择提供语言标识符,例如
```ruby
require 'redcarpet'
markdown = Redcarpet.new("Hello World!")
puts markdown.to_html
```
是否有Objective C的语言标识符?我搜索过,找不到参考资料。
此外,是否有可以在github markdown中使用的所有受支持语言标识符的列表?
答案 0 :(得分:66)
标识符为objective-c
。
在这里您可以找到完整列表: http://coapp.org/reference/garrett-flavored-markdown.html
答案 1 :(得分:15)
标识符是
objc
请参阅此示例,其中作者将代码突出显示为工作:https://raw.githubusercontent.com/dchohfi/KeyValueObjectMapping/master/README.md
这是另一个例子:https://raw.githubusercontent.com/github/objective-c-style-guide/master/README.md
答案 2 :(得分:0)
如果您的其他解决方案不起作用,请尝试在highlight.js和prism.js中使用的 objectivec