1969.07.20 Sunday

template.md

Title 1

Title 2

Title 3

Title 4

Title 5
Title 6

First Paragraph Emphasis Bold Emphasis Bold Delete Link Reference-style [link][id] Reference-style 2 [link2][] [id]: https://example.com/ “Link title” [link2]: https://example.com/ “Link title”

Blockquote inline code snippet

const stringToDisplay = [
  "This is a example of multi-line coding snippet",
  "You can use it to highlight your code",
];

stringToDisplay.forEach((s) => {
  console.log(s);
});

Second Paragraph That’s one small step for man, one giant leap for mankind.

Second Blockquote

Image alt

  1. Ordered list item 1
  2. Ordered list item 2
  3. Ordered list item 3
Table HeaderSecond HeaderThird Header
Table CellCell 2Cell 3
Left alignCenter AlignRight align

Useful refs

© ® ¶ µ × ÷ ° ±  


Website  ·  GitHub @GitHub  ·  Other Profilename


Details element summary
details element description