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.

[Markdown]私だってわかりやすくqiita投稿したい![リッチなスニペット編]

Posted at

目的

自分のQiitaの読みづらさに 憤 慨 
みなさまのように、ファイル名が明記してあり、一回でコピーができ、色わけもしてあるMarkdown記法を覚える話😤

今日やること

こちらを参考にさせていただき、下記でqiitaをかけるようになる。
Screen Shot 2020-07-15 at 20.58.53.png

リッチなスニペットの書き方

下記のように書いているとのこと。

(空行)

qiita.rb
puts 'The best way to log and share programmers knowledge.'

(空行)

言語名:qiita.jpとあり、
言語名によりシンタックスハイライト(色などが変わる)できるみたい😎

qiita.js
console.log('シンタックスハイライトさん!こんにちは!')
qiita.rb
console.log('シンタックスハイライトさん!こんにちは!')

シンタックスハイライト対応可能言語はこちらをご確認ください。

よし、できました🙌🙌

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?