Skip to content

Instantly share code, notes, and snippets.

@tatuas
Created January 4, 2014 15:05
Show Gist options
  • Save tatuas/8256209 to your computer and use it in GitHub Desktop.
Save tatuas/8256209 to your computer and use it in GitHub Desktop.
GitHubのWiki記法
強制改行
半角スペース2つ
ソースコード(まとめて)
```java
import ...
```
```xml
<xml ...
```
ソースコード(1行)
``echo "hello";``
Aを太字にする
**A**
カンマを使う
\:
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment