aboutsummaryrefslogtreecommitdiffstats
path: root/site
diff options
context:
space:
mode:
authorjcgregorio <jcgregorio@google.com>2015-01-26 07:24:02 -0800
committerCommit bot <commit-bot@chromium.org>2015-01-26 07:24:02 -0800
commit1d124c3142acf1a678de9c3f3189bf0c56d32a39 (patch)
treee78b2e9319b73fdb53bed6da7da9af8494e274b7 /site
parentc591dcb852f77995be2ca20a5832e5dc5b575b41 (diff)
downloadandroid_external_skia-1d124c3142acf1a678de9c3f3189bf0c56d32a39.tar.gz
android_external_skia-1d124c3142acf1a678de9c3f3189bf0c56d32a39.tar.bz2
android_external_skia-1d124c3142acf1a678de9c3f3189bf0c56d32a39.zip
Add docs on how to get a preview of markdown pages.
BUG=skia: Review URL: https://codereview.chromium.org/878593002
Diffstat (limited to 'site')
-rw-r--r--site/dev/tools/markdown.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/site/dev/tools/markdown.md b/site/dev/tools/markdown.md
index 66feb9460e..c7a7324336 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
---------------------