From 3dc3eea3a1da08b85872a734bb231c1f2e774f18 Mon Sep 17 00:00:00 2001 From: nyquist Date: Fri, 16 Oct 2015 13:58:27 -0700 Subject: [blimp] Add link to Gitiles Markdown reference. Markdown is a new concept for many chromium engineers, and as such we want to make it easy for contributors to find out how to use it. This CL adds a new page for learning more about Markdown. The page links to the official documentation for Gitiles Markdown, which is the version used to render Chromium documentation, and also provides instructions for how to get a local preview of changes while adding or updating our current Markdown pages. BUG=None Review URL: https://codereview.chromium.org/1414453002 Cr-Commit-Position: refs/heads/master@{#354588} --- blimp/README.md | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'blimp/README.md') diff --git a/blimp/README.md b/blimp/README.md index e9f4cb2..adff5d3 100644 --- a/blimp/README.md +++ b/blimp/README.md @@ -13,3 +13,8 @@ For testing blimp, read more at [testing](docs/test.md). ## Running Blimp For running blimp, read more at [running](docs/running.md). + +## New to Markdown? + +For learning more about Markdown, read more at [markdown](docs/markdown.md). + -- cgit v1.1