With syntax highlighting

Check this one for an example on using OpenGraph images per post.

Next you can update your site name, avatar and other options using the _config.yml file in the root of your repository (shown below).

const test1 = () => {
  console.log("Syntax highlighting");
};

const test2 = () => {
  console.log("Lorem ipsum dolor sit amet consectetur adipisicing elit. Repellendus doloribus a atque corporis quisquam. Quidem, enim accusantium quas voluptates molestiae quaerat accusamus saepe possimus eum iste? Quo voluptatem minus neque?");
};

Directly placing the link like this doesn’t work: https://source.unsplash.com/mlEWD6uFCzI/1600x900

overflow-wrap: break-word allows for this 👆link to break into the next line.

This is an <h1> tag

This is an <h2> tag

This is an <h3> tag

This is an <h4> tag

This is an <h5> tag
This is an <h6> tag

This text will be italic

This will also be italic

This text will be bold

This will also be bold

You can combine them

This is for strike-through

Unordered

  • Item 1
  • Item 2
    • Item 2a
    • Item 2b

Ordered

  1. Item 1
  2. Item 2
  3. Item 3
    1. Item 3a
    2. Item 3b

Image

Image from Unsplash Image credits: Unsplash

Link to GitHub

Blockquotes

Lorem ipsum dolor sit amet consectetur adipisicing elit. Repellendus doloribus a atque corporis quisquam. Quidem, enim accusantium quas voluptates molestiae quaerat accusamus saepe possimus eum iste? Quo voluptatem minus neque?

You can also use inline code.

Here’s a table

First Header Second Header
Content from cell 1 Content from cell 2
Content in the first column Content in the second column
First Header Second Header Third Header
Content from cell 1 Content from cell 2 Content from cell 3
Content in the first column Content in the second column Content in the third column

Categories: #web