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

Unified Diff: site/dev/tools/markdown.md

Issue 2128013003: Update markdown to use absolute image paths, fixing broken images (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 4 years, 5 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 | « site/dev/tools/debugger.md ('k') | site/dev/tools/qtdebugger.md » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: site/dev/tools/markdown.md
diff --git a/site/dev/tools/markdown.md b/site/dev/tools/markdown.md
index dc7c5d1a83c00bac1224bb21758053c78c4237f3..59551a47e1ff7cadcd1849de004de6b9b13703e0 100644
--- a/site/dev/tools/markdown.md
+++ b/site/dev/tools/markdown.md
@@ -71,7 +71,7 @@ ordered and unordered lists:
Incorporate images:
-![image](image.png)
+![image](/dev/tools/image.png)
Or go old school and use [ASCII art](http://asciiflow.com/):
« no previous file with comments | « site/dev/tools/debugger.md ('k') | site/dev/tools/qtdebugger.md » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698