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

Side by Side Diff: site/dev/tools/markdown.md

Issue 853703003: fix link reference in docs (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 5 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 unified diff | Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 Markdown 1 Markdown
2 ======== 2 ========
3 3
4 This site can handle normal MarkDown and many common extensions. To learn 4 This site can handle normal MarkDown and many common extensions. To learn
5 how the following is done please see the [source for this page](./docserver.md). 5 how the following is done please see the [source for this page](./markdown.md).
6 Any file you put under `/site/` that has the extension `.md` will be processed 6 Any file you put under `/site/` that has the extension `.md` will be processed
7 as MarkDown. All other files will be served directly. For example, images 7 as MarkDown. All other files will be served directly. For example, images
8 can be added and they will be served correctly and referenced from within MarkDo wn files. 8 can be added and they will be served correctly and referenced from within MarkDo wn files.
9 9
10 Some Example MarkDown 10 Some Example MarkDown
11 --------------------- 11 ---------------------
12 12
13 This is a [link](https://www.google.com). You can also create 13 This is a [link](https://www.google.com). You can also create
14 ordered and unordered lists: 14 ordered and unordered lists:
15 15
(...skipping 341 matching lines...) Expand 10 before | Expand all | Expand 10 after
357 357
358 Output: 358 Output:
359 359
360 <p>If you want your page to validate under XHTML 1.0 Strict, 360 <p>If you want your page to validate under XHTML 1.0 Strict,
361 you've got to put paragraph tags in your blockquotes:</p> 361 you've got to put paragraph tags in your blockquotes:</p>
362 362
363 <pre><code>&lt;blockquote&gt; 363 <pre><code>&lt;blockquote&gt;
364 &lt;p&gt;For example.&lt;/p&gt; 364 &lt;p&gt;For example.&lt;/p&gt;
365 &lt;/blockquote&gt; 365 &lt;/blockquote&gt;
366 </code></pre> 366 </code></pre>
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698