4
1

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.

Qiita書き方の初歩 タイトル、コードの書き方 画像の貼り方

Last updated at Posted at 2020-04-05

記事作成における初歩的な内容をメモ
・タイトル書き方
・コードの書き方
・画像の貼り方
・細かい設定は公式を参照

タイトルの書き方

タイトルは先頭に#を付ける
例)#タイトルの書き方

コードの書き方

1.コードの範囲指定
  コードの始まり:「Shift+@」で入力できる記号(記号の名前わかりません汗)を3回入力
  コードの終わり:同じく「Shift+@」で入力できる記号を3回入力
 ↓こんな感じ
image.png

2.コード入力 
この記号の中にコードを入力すると
image.png
 ↓このように表示されます

   private float red;

3.言語の指定
言語がC#の場合、「Csharp」を次のように記述すると
image.png
↓色がついて表示されます

   private float red;

4.スクリプト名称の入力
名前を入れたい場合「:」コロンを入力したあと名称を入力
:testを付け足してみると
image.png
↓左上に名称が表示されます。

test
   private float red;

画像の貼り方

貼り方は2種類
①貼りたい画像を記事内にドラック&ドロップ

②記事右上の画像ボタンをクリック
image.png

細かい設定は公式を参照

↓リンクはこちら
https://qiita.com/Qiita/items/c686397e4a0f4f11683d

4
1
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
4
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?