The Curmudgeonly Codger

Test Markdown

Test basic and extended markdown. Markdown Cheatsheet

Active link: An Active Link

Image

A picture of Bob, the Guard at Gringotts

Note: None of the possible extensions work for setting image width. The one possibility is, in the global.css file:

img[alt=“A picture of Bob, the Guard at Gringotts”] {
    width: 400px;
}

HTML works:

An image of Bob the lego guard:

drawing

The Ink Cloud image:

The Ink Cloud

Block Quote

It was a fine day…

Code

The variable was named foobar - much thought had gone into its name.

Internal comments

The following sentence is a comment (and is not visible), note that any returns will get stripped out:

Admonitions

NOTE

Admonitions are through the remark-github-beta-blockquote-admonitions plugin and have limited functionality. Tags include NOTE, IMPORTANT, WARNING, CAUTION, TIP but there is no difference in the HTML rendered. The structure of the DOM is

<div class=‘admonition’>
    <p class=‘admonition-title’>…</p>
    <p>…</p>
</div>

Example:

NOTE

The content can have include Markdown syntax. Check this api.

My list

Lorem ipsum, dolor sit amet consectetur adipisicing elit. Officiis harum tenetur repudiandae rem, odit animi consequatur impedit dolorem suscipit sit, cum at molestiae reiciendis vel numquam ullam, dolores natus. Accusamus.

Footnotes

Here’s a sentence with a footnote. 1

Lists

  1. One
  2. Two
  3. Three

(Definition lists still not supported)

Term : definition

(Task lists supported but with bullets still. <UL> element has contains-task-list class which is used to remove them.)

  • Write the press release
  • Update the website
  • Contact the media

That is so funny! :joy:

I need to highlight these ==very important words==.

H2O

X^2^

Testing HTML (no)

What?

Pluto

Pluto (minor-planet designation: 134340 Pluto) is a dwarf planet in the Kuiper belt.


code fencing

{
  “firstName”: “John”,
  “lastName”: “Smith”,
  “age”: 25
}

Footnotes

  1. This is the footnote.