Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2466)

Unified Diff: blimp/docs/markdown.md

Issue 2626423004: Remove all //blimp code. (Closed)
Patch Set: One last(?) `git merge` for good measure. Created 3 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « blimp/docs/fonts.md ('k') | blimp/docs/running.md » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: blimp/docs/markdown.md
diff --git a/blimp/docs/markdown.md b/blimp/docs/markdown.md
deleted file mode 100644
index fc1f19f7393541a57f5e7fa27374da9bc566fdb2..0000000000000000000000000000000000000000
--- a/blimp/docs/markdown.md
+++ /dev/null
@@ -1,30 +0,0 @@
-# How to use Markdown
-
-Markdown is a lightweight markup language which can be easily converted to
-HTML.
-
-## Gitiles reference guide
-
-For the full reference guide for the version of Markdown used to render Chromium
-pages, see the [reference for Gitiles Markdown][gtref].
-
-## Google style guide
-
-Be sure to read the
-[Google style guide for Markdown](https://github.com/google/styleguide/blob/gh-pages/docguide/style.md).
-
-## Local preview of changes
-
-To see how the pages you edit will look, run the following command from your
-Chromium checkout (`src/` directory) to start up a server on
-http://localhost:8080/:
-
-```bash
-python tools/md_browser/md_browser.py
-```
-
-You can then navigate to http://localhost:8080/blimp/README.md
-in your browser to see the result locally. Just refresh the page after saving
-a `*.md` file to see an updated result.
-
-[gtref]: https://gerrit.googlesource.com/gitiles/+/master/Documentation/markdown.md
« no previous file with comments | « blimp/docs/fonts.md ('k') | blimp/docs/running.md » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698