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 5 years have passed since last update.

Markdown記法はやりたくない

Last updated at Posted at 2020-08-10

レイアウト

# やりたくない
## やりたくない
### やりたくない
#### やりたくない
##### やりたくない
###### やりたくない

やりたくない

やりたくない

やりたくない

やりたくない

やりたくない
やりたくない
- やりたくない
- やりたくない
    - やりたくない
  • やりたくない
  • やりたくない
    • やりたくない
1. やりたくない
2. やりたくない
    1. やりたくない
  1. やりたくない
  2. やりたくない
    1. やりたくない
- [ ] やりたい
- [x] やりたくない
  • やりたい
  • やりたくない

装飾

**強調かつ太字にしたくない**

強調かつ太字にしたくない

*強調かつ斜体にしたくない*

強調かつ斜体にしたくない

~~打ち消したい~~

打ち消したい

`コードのインライン表示したくない`

コードのインライン表示したくない

>引用したくない
>>引用したくない

引用したくない

引用したくない

挿入

リンク

[title](http://...)

title

画像埋め込み

![alt](http://...)

alt

水平線

---

コードタイトル

```ruby:qiita.rb
puts 'code with syntax'
```
qiita.rb
puts 'code with syntax'

Markdownのエスケープ

\

テーブル

| Left align       |       Right align |    Center align    |
|:-----------------|------------------:|:------------------:|
| This             |              This |        This        |
| column           |            column |       column       |
| will             |              will |        will        |
| be               |                be |         be         |
| left             |             right |       center       |
| aligned          |           aligned |      aligned       |

Left align Right align Center align
This This This
column column column
will will will
be be be
left right center
aligned aligned aligned
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?