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 .
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.
- We also need a list of things
- Here's the second thing
- Here's the 3rd thing.
- Here's a sub item
- Here's another one.
- 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