テストページ 06 October 2013

概要

すこし複雑なテストのページです。

Brand Colors

_assets/stylesheets/app.sass で変更した Bootstrap ブランドカラーのチェック:

カスタマイズ可能な項目は http://getbootstrap.com/customize/#less-variables および bootstrap-sass_variables.scss を参照してください。

pygments

pygments によるシンタックスハイライトです。

1 #include <stdio.h>
2 
3 int main(int argc, char **argv)
4 {
5         printf("hello, world.\n");
6         return 0;
7 }