0
0

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 1 year has passed since last update.

テスト記事を作成する

Last updated at Posted at 2023-01-17

テスト記事です。

新しく記事を作成する。練習を行います。
第1章 ●●について

第2章 ▲▲について

結論

記事の書き方は奥が深い。

以下1回目編集
 追記)▲▲の補足

function(){
    return "hello world!";
}

コードを作成する。

a=10
b=10
print(a*a*a*a*b*b*b*b)

結論
コードの挿入は```Python (バッククオート3つのあとに言語指定)を使用することで、作成することができる。

見出し

見出し

見出し

どうやら、下線が出るのは、「# 見出し、## 見出し」であり、「### 見出し」は下線は出ない模様

スクリーンショット .png

どうやら右側に出てくるのは、このような「#を用いた見出し」を使用することで
作成することが可能になる模様。

追記)Qiitaでの文章編集について追加したところは、緑色で表示される。
スクリーン1.png

一方で削除した内容は、赤色で表示される。
スクリーン2.png

0
0
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
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?