From: jcgregorio Date: Mon, 26 Jan 2015 15:24:02 +0000 (-0800) Subject: Add docs on how to get a preview of markdown pages. X-Git-Tag: accepted/tizen/5.0/unified/20181102.025319~3904 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=1d124c3142acf1a678de9c3f3189bf0c56d32a39;p=platform%2Fupstream%2FlibSkiaSharp.git Add docs on how to get a preview of markdown pages. BUG=skia: Review URL: https://codereview.chromium.org/878593002 --- diff --git a/site/dev/tools/markdown.md b/site/dev/tools/markdown.md index 66feb94..c7a7324 100644 --- a/site/dev/tools/markdown.md +++ b/site/dev/tools/markdown.md @@ -7,6 +7,12 @@ Any file you put under `/site/` that has the extension `.md` will be processed as MarkDown. All other files will be served directly. For example, images can be added and they will be served correctly and referenced from within MarkDown files. +When preparing for a code review of site docs you can get a preview of how the +page will render by visiting the skia.org site and add a query parameter `cl` +with the value of the Reitveld issue id: + + https://skia.org?cl=REITVELD_ISSUE_NUMBER + Some Example MarkDown ---------------------