2012-09-27 Learn►Octopress 程式碼區塊測試 ###標題測試\&C語言測試test001 - test.c12345678910int main(){ int i; for(i = 0; i < 10; i++) { if(i%2 == 1) printf("*"); } return 0;} ###一般測試test0112int i;test++; ###文內程式碼測試 This is a code test. Newer 在Windows下讓Octopress可以顯示漂亮的程式碼區塊 Older 將Octopress source備份至Dropbox