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.

コードの記述にどのファイルを操作しているのかタイトルをつける方法

Last updated at Posted at 2019-07-14

以下のような「uniq.rb」といった表題をQiita(Markdown?)でつける場合

uniq.rb
p [1, 1, 2, 3, 3].uniq

以下のように記載すると表題がつけられる

~~~ruby:uniq.rb <-ここにファイル名を記載する

p [1, 1, 2, 3, 3].uniq

~~~<-閉じ括弧

*なお、「~~~」の代わりに 「```」も使用できるみたい。

参考
https://help.qiita.com/ja/articles/qiita-article-guideline

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?