Just discovered you can write in Markdown with WordPress

Written by James McDonald

January 3, 2021

Heading 2

Just insert a Markdown block using gutenburg and away you go

I would like to create a definition list

Defintion List Heading : This is the definition text

Heading 3

And I quote

Heading 4

A Code Block

{ "some": "json" }

A code block 2

<?php

phpinfo();

echo "Hello\n";

  1. List one
  2. List two
  3. List three
  • Bullet one
  • Bullet 2
    • Bullet stepped

Bolded Italic

Image Link

Inline image Image Link 2

Reference Links Some text with a link and another link.

0 Comments

Submit a Comment

Your email address will not be published. Required fields are marked *

This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

The reCAPTCHA verification period has expired. Please reload the page.

You May Also Like…

Clear HSTS Settings in CHrome

Open chrome://net-internals/#hsts enter the domain in the query field and click Query to confirm it has HSTS settings...

Ubuntu on Hyper-v

It boils town to installing linux-azure # as root or sudo apt-get update apt-get install linux-azure...