Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Side by Side Diff: includes/styleguide/typography/code.md

Issue 29491561: Issue 5413 - Create basic style guide for website-defaults (Closed)
Patch Set: Created July 18, 2017, 6:53 a.m.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff | Download patch
OLDNEW
(Empty)
1
2 ### Code blocks {: .sg-h3 }
3
4 ```
5 /* Hello World program */
6
7 #include<stdio.h>
8
9 main()
10 {
11 printf("Hello World");
12 }
13 ```
OLDNEW

Powered by Google App Engine
This is Rietveld