Markdown Experiments

Corridor lights

First off, let's so some basic things with text to see if markdown renders it correctly. So far so good. I'll put that in underline? I want to see what we can strike out. Lastly, I want to see if we can do a link and or an image. The link will be to jonwear.com and the image will be hero image.

Let's look at quotes and things like that. This is where I'm doing lots of quoting about something someone said somewhere. It should be obvious it's a quote. Let's see how it looks.

    var md = goldmark.New(
        goldmark.WithExtensions(extension.Strikethrough),
        goldmark.WithRendererOptions(
            html.WithUnsafe(),
        ),
    )

This could be kind of set apart.


alert('Hello!');

That is all, let's see how it renders.

  1. We also need a list of things
  2. Here's the second thing
  3. Here's the 3rd thing.
    1. Here's a sub item
    2. Here's another one.
  4. Back to the main list.
  • This is not numbered.
  • This is just bullets.
    • This is a sub bullet
  • This is a regular bullet
Player Name Avg.
Jon Wear .384
Bob "Whif" Johnson .221
  • Task 1
  • Task 2