From 1667d2d9c8eecef737eebdc0d068960c41a8c612 Mon Sep 17 00:00:00 2001 From: hongtaozhang Date: Wed, 17 Sep 2014 14:59:06 +0800 Subject: [PATCH] fix --- doc/ServerDocument.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/doc/ServerDocument.md b/doc/ServerDocument.md index 282cc07..bba0f3d 100644 --- a/doc/ServerDocument.md +++ b/doc/ServerDocument.md @@ -74,6 +74,14 @@ return computedToken; } ``` + + +```ruby +require 'redcarpet' +markdown = Redcarpet.new("Hello World!") +puts markdown.to_html +``` + 注意:参数是按字母升序排列 -- 2.0.0