Index: includes/styleguide/typography/code.md |
=================================================================== |
new file mode 100644 |
--- /dev/null |
+++ b/includes/styleguide/typography/code.md |
@@ -0,0 +1,13 @@ |
+ |
+### Code blocks |
+ |
+``` |
+/* Hello World program */ |
+ |
+#include<stdio.h> |
+ |
+main() |
+{ |
+ printf("Hello World"); |
+} |
+``` |