Type something to search...
ブログ記事執筆で利用するマークダウン一覧

ブログ記事執筆で利用するマークダウン一覧

Heading 1

Heading 2

Heading 3

Heading 4

Heading 5
Heading 6

Paragraph

Did you come here for something in particular or just general Riker-bashing? And blowing into maximum warp speed, you appeared for an instant to be in two places at once. We have a saboteur aboard. We know you’re dealing in stolen ore. But I wanna talk about the assassination attempt on Lieutenant Worf. Could someone survive inside a transporter buffer for 75 years? Fate. It protects fools, little children, and ships.

Did you come here for something in particular or just general Riker-bashing? And blowing into maximum warp speed, you appeared for an instant to be in two places at once. We have a saboteur aboard. We know you’re dealing in stolen ore. But I wanna talk about the assassination attempt on Lieutenant Worf. Could someone survive inside a transporter buffer for 75 years? Fate. It protects fools, little children, and ships.


Emphasis

  1. Did you come here for something in particular or just general

  2. Did you come here for something in particular

  3. Did you come here

  4. Did you come here for something in particular

  5. Did you come here for something in particular

  6. Did you come here for something in particular

  7. URLs and URLs in angle brackets will automatically get turned into links. http://www.example.com or

  8. http://www.example.com and sometimes example.com (but not on Github, for example).


I’m an inline-style link

I’m an inline-style link with title

I’m a reference-style link

I’m a relative reference to a repository file

You can use numbers for reference-style link definitions

Or leave it empty and use the link text itself.

example.com (but not on Github, for example).

Some text to show that the reference links can follow later.


Ordered List

  1. List item
  2. List item
  3. List item
  4. List item
  5. List item

Unordered List

  • List item
  • List item
  • List item
  • List item
  • List item

Code and Syntax Highlighting

HTML

<ul>
  <li class="nav-item">
    <a class="nav-link" href="/">Home</a>
  </li>
  <li class="nav-item">
    <a class="nav-link" href="about/">About</a>
  </li>
</ul>

CSS

img {
  vertical-align: middle;
  border: 0;
  max-width: 100%;
  height: auto;
}

JavaScript

window.addEventListener("load", (e) => {
  document.querySelector(".preloader").style.display = "none";
});

Button

Tags :
Share :

Related Posts

ShinCode_Campってなに?どれくらいの人が学んでいるの?

ShinCode_Campってなに?どれくらいの人が学んでいるの?

この記事ではShinCode_Campとは何か。何が学べるのか。どのくらいの人が受講しているのかを知ることができます。 ShinCode_Campとは? ShinCode_CampとはハイレベルなWebエンジニアになるための動画配信プラットフォームです。 入門~上級者向けにWebプログラミング講座を複数ご用意しております。受講対象者としましては、以下を想定しております

read more