Skip to main content
Brimham Rocks, Yorkshire, UK

SITE: Markdown Test

Picture of Brimham Rocks, Yorkshire, UK
This is a new website and is under active development. There will be some odd-looking layouts and colours while this is happening. Please bear with me and check back again to see any updates.

We can’t get dynamic data on a plain markdown page, use an MDX page for that:

Published on: {frontmatter.updated} {{$page.title}}

Tip
Headings have auto-links - hover over them to see them.

GFM

www.example.com, https://example.com, and [email protected].

Footnote

A footnote1

A footnote[^1]
[^1]: The bigger bit of the footnote.

Strikethrough

one or two tildes.

~one~ or ~~two~~ tildes.

Table

abcd
a1b1c1d1
| a | b | c | d |
| - | :- | -: | :-: |
| a1 | b1 | c1 | d1 |

Tasklist

* [ ] to do
* [x] done

Expressive Code

my-test-file.js
console.log('Title attribute example')
\\ ```js title="my-test-file.js"
src/content/index.html
<div>File name comment example with hidden HTML comment</div>
Terminal window
echo "This terminal frame (bash) has no title"
PowerShell terminal example
Write-Output "This one has a title! (powershell)"
// Line 1 - targeted by line number
// Line 2
// Line 3
// Line 4 - targeted by line number
// Line 5
// Line 6
// Line 7 - targeted by range "7-8"
// Line 8 - targeted by range "7-8"
// Highlighted lines {1, 4, 7-8}

Obsidian/GitHub Callouts

We only use NOTE, TIP, and WARNING to be in keeping with all of Obsidian, GitHub, Docsify and Typora.

This is a custom title
This is a note
TIP
This is a tip
WARNING
This is a WARNING

A blockquote, not a callout

But the plugin supports:

Containers

Note that these may not yet be properly styled…

warning: title

My paragraph with bold text

info: Title Of Information

Some content

And some more

Footnotes

  1. The bigger bit of the footnote. ↩