Skip to content
IceskYsl edited this page Jun 13, 2014 · 23 revisions

Welcome to the the-swift-programming-language-in-chinese wiki!

暂时先写这里了啊。。。对不住啊``

添加语法高亮的方法,无命令行操作

  • 下载github客户端
  • 在网页端fork numbbbbb的项目
  • 把fork过去的项目也就是你的项目在客户端clone到你的本地
  • 然后修改本地的source文件夹里的md文件。
  • 把每一块代码修改成如下格式
```swift
println("Hello, world")
```

效果如下

println("Hello, world")
  • 然后在客户端commit
  • 然后在网页端pull request。
  • pr了以后umbbbbb会检查以后merge

还不会的可以参考我这篇文章: http://www.eoeandroid.com/blog-2-23195.html

Clone this wiki locally