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

Qiitaのタイトルが反映されない時の対処法

Last updated at Posted at 2022-06-14

概要

☝のタイトルが反映されないという場合の対処法です。

前提

公式のページに記載の通り、タイトルは以下のように記載します。

# これはH1タグです
## これはH2タグです
###### これはH6タグです

原因と対処法

#とタイトルの間を半角空けないとタイトルが反映されません。
以下の記載はNGです。

#これはH1タグです
##これはH2タグです
######これはH6タグです

お恥ずかしながら、解決にかなり時間をかけてしまいました…。
同じような悩みに直面した方がいらっしゃいましたら、お力になれれば幸いです。

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?