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