6
12

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

【Markdown】markdownの書き方メモ

Last updated at Posted at 2019-04-02

マークダウンメモ

見出し

記述例

# 見出し1
## 見出し2
### 見出し3
#### 見出し4
##### 見出し5

表示例

image.png


コード

記述例

```php5:test.php
function test() {
    echo 'test';
}
```@

※最後の@は削って記述する

表示例

test.php
function test() {
    echo 'test';
}

追加用テンプレート()

記述例

マークダウン

表示例

6
12
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
6
12

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?