1
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芸人Advent Calendar 2019

Day 15

【Qiita】記事で使える 続きを読む もっと詳しく

Last updated at Posted at 2019-12-15

Qiita記事で挨拶、はじめに、前振り、要約や概要、自分語り、以下略等が長い時に read more
アコーディオン メニュー 折りたたみ CSSなし

詳細折りたたみ要素 detales summary タグを使用する。
改行するとはみ出る。

  • Markdownの何が機能するのか
続きを読む Read more **text** 強調(太字) *text* 強調(斜体) ~~text~~ 打ち消し線 `code` コードのインライン表示 [title](https://www.youtube.com/) リンク 画像埋め込み ![ダウンロード.png](https://qiita-image-store.s3.ap-northeast-1.amazonaws.com/0/362315/f0cc0880-68fd-6e15-01d6-8d344a7b3289.png) ```ruby:qiita.rb puts 'code with syntax' ``` \ | Left align | Right align | Center align | |:-----------------|------------------:|:------------------:| | This | This | This | | column | column | column | | will | will | will | | be | be | be | | left | right | center | | aligned | aligned | aligned |
  • HTMLの何が機能するのか
続きを読む Read more
A:
a.mp4
B:
b
A B
C D
read_more.html
<details>
<summary>続きを読む</summary>
   
</details>
1
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
1
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?