diff --git a/public/help/zh/wiki_syntax_detailed_textile.html b/public/help/zh/wiki_syntax_detailed_textile.html --- a/public/help/zh/wiki_syntax_detailed_textile.html +++ b/public/help/zh/wiki_syntax_detailed_textile.html @@ -43,6 +43,7 @@

Wiki链接

@@ -88,6 +89,7 @@
  • 附件:
  • @@ -192,6 +194,8 @@ * _*粗体 斜体*_ * +下划线+ * -中划线- +* 文字 ^上标^ +* 文字 ~下标~

    显示为:

    @@ -202,8 +206,10 @@
  • 粗体 斜体
  • 下划线
  • 中划线
  • +
  • 文字 上标
  • +
  • 文字 下标
  • 内嵌图片

    内嵌图片

    @@ -237,4 +245,20 @@

    在段落前加上 bq.

    +
    
    +bq. Rails 是应用了 MVC 设计模式的全栈型框架,用于开发数据库支持的 Web 应用程序。
    +基于 Rails 进行项目开发,需要你准备的只是一个数据库和一个 Web 服务器。
    +
    + +

    显示为:

    + + +
    +

    Rails 是应用了 MVC 设计模式的全栈型框架,用于开发数据库支持的 Web 应用程序。
    基于 Rails 进行项目开发,需要你准备的只是一个数据库和一个 Web 服务器。

    +
    + + +

    你也可以在每一行开头加上“>”来实现引用,并且可以叠加“>”作为二级引用:

    + +
    @@ -240,5 +264,6 @@
     
    -bq. Rails is a full-stack framework for developing database-backed web applications according to the Model-View-Control pattern.
    -To go live, all you need to add is a database and a web server.
    +>> Rails 是应用了 MVC 设计模式的全栈型框架,用于开发数据库支持的 Web 应用程序。
    +>> 基于 Rails 进行项目开发,需要你准备的只是一个数据库和一个 Web 服务器。
    +> 很不错!
     
    @@ -243,4 +268,4 @@
    -

    显示为:

    +

    显示为:

    @@ -246,7 +271,15 @@ -
    -

    Rails is a full-stack framework for developing database-backed web applications according to the Model-View-Control pattern.
    To go live, all you need to add is a database and a web server.

    -
    + +
    + +

    Rails 是应用了 MVC 设计模式的全栈型框架,用于开发数据库支持的 Web 应用程序。
    基于 Rails 进行项目开发,需要你准备的只是一个数据库和一个 Web 服务器。

    + + +
    + +

    很不错!

    + +

    目录

    @@ -301,5 +334,5 @@

    代码高亮

    -

    Default code highlightment relies on CodeRay, a fast syntax highlighting library written completely in Ruby. It currently supports c, clojure, cpp (c++, cplusplus), css, delphi (pascal), diff (patch), erb (eruby, rhtml), go, groovy, haml, html (xhtml), java, javascript (ecmascript, ecma_script, java_script, js), json, lua, php, python, ruby (irb), sass, sql, taskpaper, text (plain, plaintext), xml and yaml (yml) languages, where the names inside parentheses are aliases.

    +

    Redmine 应用的代码高亮显示依赖于 CodeRay 。CodeRay 是完全用 Ruby 语言写的快速代码高亮库,现在支持的语言包括 C、C++、CSS、Delphi、Diff、Groovy、HTML、Java、Javascript、JSON、Nitro-XHTML、PHP、Python、RHTML、Ruby、Scheme、SQL、XML 和 YAML。

    @@ -305,5 +338,5 @@ -

    You can highlight code at any place that supports wiki formatting using this syntax (note that the language name or alias is case-insensitive):

    +

    使用下面的格式来实现代码高亮显示:

     <pre><code class="ruby">
    diff --git a/public/help/zh/wiki_syntax_textile.html b/public/help/zh/wiki_syntax_textile.html
    --- a/public/help/zh/wiki_syntax_textile.html
    +++ b/public/help/zh/wiki_syntax_textile.html
    @@ -19,7 +19,6 @@
     
     
     
    -
     

    Wiki 语法快速参考

    @@ -58,8 +57,8 @@ - - + +
    source:some/file代码:source:some/file
    内嵌图片
    Image!image_url!
    !attached_image!
    图片!image_url!在当前位置显示位于"image_url"路径的图片
    !已上传的图片附件名!在当前位置显示指定名称的图片附件
    表格