Test

You’ve encountered my test page!

I’ll use it for various experiments with Hugo, HTML and Markdown.

Table Of Contents

Intro

Preamble for “blog articles”

---
title: "Article"
date: 2022-02-28
---

Inner paragraph

Hello.

Basic

Hello. This is a normal paragraph. This goes in the same paragraph. Press F to pay respects.

Japanese:

『moon』(ムーン)は、ラブデリックが開発し、1997年10月16日にアスキーから発売されたPlayStation用ゲームソフト。ジャンルは「リミックスRPGアドベンチャーゲーム」。

Internal links, e.g.: Using Dear ImGui with SFML

External links, e.g. Internet Archive. or even like this Wikipedia.

Youtube embed… STOP, YOU HAVE VIOLATED THE LAW!! (don’t do this, don’t insert Google’s tracking into your pages!)

Autolink:

https://edw.is/

Second paragraph. Italic, bold, crossed out (extension.Strikethrough), inline code, footnote1, another footnote2.

Content in “quotes”, dashes: –, —, ellipsis…

This is a block quote. This is one is on the same line.

It can contain several lines.

Elias Daler, 2023

Info. inline code
Warning.
Danger / error.
int x = 42; // This is a code block.
            // No syntax highlighting to keep it simple.

Lists and tables

Unordered list:

Ordered list:

  1. Hello
  2. World
  3. Bye

TODO-list (extension.TaskList):

Table:

First Second
A $250
B $80
C $420

Separation line:


Image

A screenshot from my game

A screenshot from my game

Video

Basic:

Video which behaves like a GIF (autoplay, controls hidden, no sound):

HTML

This is raw HTML!

Example Caption
Login Email
user1 user1@sample.com
user2 user2@sample.com

Keyboard shortcuts. For example, Ctrl+N shortcut.

Click to expand
Imagine using JS for this... HTML is great!
Another one
Hehehehe

The end.


  1. Footnote! ↩︎

  2. Footnote 2! ↩︎