Created
April 19, 2015 02:57
-
-
Save nutti/3d353d69246053118947 to your computer and use it in GitHub Desktop.
[Qiita] ソースコード挿入時に番号付きリストのカウントアップがリセットされることを防ぐ方法 ref: http://qiita.com/nutti/items/6d01b701d636b6a6b564
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1. リスト1 | |
本文1 | |
\```c | |
#include <stdio.h> | |
int a = 60; | |
flota c = 80.0f; | |
int main() | |
{ | |
return 0; | |
} | |
\``` | |
2. リスト2 | |
本文2 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#include <stdio.h> | |
int a = 60; | |
flota c = 80.0f; | |
int main() | |
{ | |
return 0; | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<ol><li>リスト1 | |
本文1 | |
\```c | |
#include <stdio.h> | |
int a = 60; | |
flota c = 80.0f; | |
int main() | |
{ | |
return 0; | |
} | |
\``` | |
</li><li>リスト2 | |
本文2 | |
</li></ol> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(ここに全角文字列を入れる。全角スペース1個でも良い) | |
<ol><li>リスト1 | |
本文1 | |
\```c | |
#include <stdio.h> | |
int a = 60; | |
flota c = 80.0f; | |
int main() | |
{ | |
return 0; | |
} | |
\``` | |
</li><li>リスト2 | |
本文2 | |
</li></ol> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#include <stdio.h> | |
int a = 60; | |
flota c = 80.0f; | |
int main() | |
{ | |
return 0; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment