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

Unified Diff: includes/styleguide/typography/code.md

Issue 29491561: Issue 5413 - Create basic style guide for website-defaults (Closed)
Patch Set: Apply patch against CMS compatible website-defaults Created Aug. 8, 2017, 3:49 p.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: includes/styleguide/typography/code.md
===================================================================
new file mode 100644
--- /dev/null
+++ b/includes/styleguide/typography/code.md
@@ -0,0 +1,13 @@
+
+### Code blocks
juliandoucette 2017/08/09 12:06:53 NIT: We didn't add support for code blocks in webs
ire 2017/08/09 16:50:30 Done.
+
+```
+/* Hello World program */
+
+#include<stdio.h>
+
+main()
+{
+ printf("Hello World");
+}
+```

Powered by Google App Engine
This is Rietveld