Commit 1667d2d9c8eecef737eebdc0d068960c41a8c612

Authored by 张洪涛
1 parent 79f7279fc2
Exists in master

fix

Showing 1 changed file with 8 additions and 0 deletions Side-by-side Diff

doc/ServerDocument.md
... ... @@ -74,6 +74,14 @@
74 74 return computedToken;
75 75 }
76 76 ```
  77 +
  78 +
  79 +```ruby
  80 +require 'redcarpet'
  81 +markdown = Redcarpet.new("Hello World!")
  82 +puts markdown.to_html
  83 +```
  84 +
77 85 注意:参数是按字母升序排列
78 86  
79 87