We recommend upgrading to the latest Internet Explorer, Google Chrome, or Firefox.
If you are using IE 9 or later, make sure you turn off "Compatibility View".
akiさん製作の2ちゃんねる格闘ゲーム「Goluah!」の独自拡張版です。 ソースコードの置き場所として良さそうなので、 ここを間借りしてキャラ・本体まとめて置くことにいたしました。 内部の構成について、詳しくはdevkit100/readme.txt(Shift_JIS形式です)をお読みください。 ビルドにはVisualC++とDirectX9 SDK(April 2007以前の古いもの)が必要です。 VCは2010(以前は2003)のProfessional版を使っていますが、うまくいけばExpress版でも動くようになるのではと思います。 (本体exeなら、MFCを使わない設定にするなど。) 私としては、これ以上手を加えることはほとんど無いと思います。 開発プロジェクトとしての運営も行わないので、手を加えたい方はforkして勝手にどんどんいじっちゃってください。(Gitが必要です) プルリクエスト大歓迎 画像ファイルなど、実行環境は別個にダウンロードする必要がありますので、 ホームページURLをたどってリリース版を入手してください。
Headers
# This is an <h1> tag ## This is an <h2> tag ###### This is an <h6> tag
Text styles
*This text will be italic* _This will also be italic_ **This text will be bold** __This will also be bold__ *You **can** combine them*
Unordered
* Item 1 * Item 2 * Item 2a * Item 2b
Ordered
1. Item 1 2. Item 2 3. Item 3 * Item 3a * Item 3b
Images
![GitHub Logo](/images/logo.png) Format: ![Alt Text](url)
Links
http://github.com - automatic! [GitHub](http://github.com)
Blockquotes
As Kanye West said: > We're living the future so > the present is our past.
Syntax highlighting with GFM
```javascript function fancyAlert(arg) { if(arg) { $.facebox({div:'#foo'}) } } ```
Or, indent your code 4 spaces
Here is a Python code example without syntax highlighting: def foo: if not bar: return true
Inline code for comments
I think you should use an `<addr>` element here instead.