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:
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:
- A
- B
- C
Ordered list:
- Hello
- World
- Bye
TODO-list (extension.TaskList
):
- Make a game
- Make this page
Table:
First | Second |
---|---|
A | $250 |
B | $80 |
C | $420 |
Separation line:
Image
Video
Basic:
Video which behaves like a GIF (autoplay, controls hidden, no sound):
HTML
This is raw HTML!
Login | |
---|---|
user1 | user1@sample.com |
user2 | user2@sample.com |
Keyboard shortcuts. For example, Ctrl+N shortcut.
Click to expand
Another one
The end.