Markdown test post.
Heading
## Heading h2
↓
Heading h2
### Heading h3
↓
Heading h3
#### Heading h4
↓
Heading h4
##### Heading h5
↓
Heading h5
###### Heading h6
↓
Heading h6
Heading links
Bullet lists
- hyphen-list1
- hyphen-list2
- nested
- nested
- hyphen-list3
↓
- hyphen-list1
- hyphen-list2
- nested
- nested
- nested
- hyphen-list3
Number lists
1. number list
2. number list
1. nested
1. nested
3. number list
↓
- number list
- number list
- nested
- nested
- nested
- number list
Mix lists
1. number list
- bullet list
- bullet -list
2. number list
1. number list
2. number list
3. number list
- bullet
1. number
- bullet
4. Guido Mista
- very long long long long long long long long long long long long long long long long long long long long long long long long long long long long text.
- not very short short short short short short short short short short short short short short short short short short short short short short short short text.
- multi
line
list.
↓
- number list
- bullet list
- bullet -list
- number list
- number list
- number list
- number list
- bullet
- number
- bullet
- bullet
- Guido Mista
- very long long long long long long long long long long long long long long long long long long long long long long long long long long long long text.
- not very short short short short short short short short short short short short short short short short short short short short short short short short text.
- multi line list.
Emphasis
_em_ .
**strong** .
**_Super Saiyan_** .
↓
em .
strong .
Super Saiyan .
Link
[Google link](https://www.google.com/)
[日本語リンク](https://ja.wikipedia.org/wiki/日本語)
↓
Table
| left align | center align | right align |
| :--------- | :----------: | ----------: |
| left | center | right |
| left | center | right |
| left | center | right |
↓
left align | center align | right align |
---|---|---|
left | center | right |
left | center | right |
left | center | right |
| Column1 | Column2 | Column3 | Column4 | Column5 | Column6 | Column7 | Column8 | Column9 | Column10 | Column11 | Column12 | Column13 |
| :------ | :-----: | ------: | :------ | :------ | :------ | :------ | :------ | :------ | :------- | :------- | :------- | :------- |
| left | center | right | left | left | left | left | left | left | left | left | left | left |
| left | center | right | left | left | left | left | left | left | left | left | left | left |
| left | center | right | left | left | left | left | left | left | left | left | left | left |
↓
Column1 | Column2 | Column3 | Column4 | Column5 | Column6 | Column7 | Column8 | Column9 | Column10 | Column11 | Column12 | Column13 |
---|---|---|---|---|---|---|---|---|---|---|---|---|
left | center | right | left | left | left | left | left | left | left | left | left | left |
left | center | right | left | left | left | left | left | left | left | left | left | left |
left | center | right | left | left | left | left | left | left | left | left | left | left |
Code Block
```js
const longlong = `very long long long long long long long long long long long long long long long long long long long long long long long long long text.`;
```
↓
const longlong = `very long long long long long long long long long long long long long long long long long long long long long long long long long text.`;
```ts
import { Actor, Canvas, CollisionType, Engine, Vector } from "excalibur";
console.log("日本語やで");
export class PowerGauge extends Actor {
getProgressCallback: (() => number) | null = null;
constructor() {
super({
pos: Vector.Zero,
collisionType: CollisionType.PreventCollision,
});
this.z = 1;
}
onPreUpdate(_engine: Engine, _delta: number): void {
const canvas = new Canvas({
cache: false,
height: 32,
width: 32,
draw: (ctx: CanvasRenderingContext2D) => {
if (!this.getProgressCallback)
throw Error("Have not registered getProgress callback!!");
ctx.strokeStyle = "chartreuse";
ctx.lineWidth = 3;
ctx.beginPath();
ctx.arc(16, 16, 15, 0, Math.PI * 2 * this.getProgressCallback(), false);
ctx.stroke();
},
});
this.graphics.use(canvas);
}
registerGetProgressCallback(callback: () => number) {
this.getProgressCallback = callback;
}
}
```
↓
import { Actor, Canvas, CollisionType, Engine, Vector } from "excalibur";
console.log("日本語やで");
export class PowerGauge extends Actor {
getProgressCallback: (() => number) | null = null;
constructor() {
super({
pos: Vector.Zero,
collisionType: CollisionType.PreventCollision,
});
this.z = 1;
}
onPreUpdate(_engine: Engine, _delta: number): void {
const canvas = new Canvas({
cache: false,
height: 32,
width: 32,
draw: (ctx: CanvasRenderingContext2D) => {
if (!this.getProgressCallback)
throw Error("Have not registered getProgress callback!!");
ctx.strokeStyle = "chartreuse";
ctx.lineWidth = 3;
ctx.beginPath();
ctx.arc(16, 16, 15, 0, Math.PI * 2 * this.getProgressCallback(), false);
ctx.stroke();
},
});
this.graphics.use(canvas);
}
registerGetProgressCallback(callback: () => number) {
this.getProgressCallback = callback;
}
}
```markdown
| left align | 中央 | right align |
| :--------- | :----: | ----------: |
| 012345 | center | right |
| 一二三 | center | 右 |
```
↓
| left align | 中央 | right align |
| :--------- | :----: | ----------: |
| 012345 | center | right |
| 一二三 | center | 右 |
Inline code
Inline `inline code` inline.
Inline inline code
inline.
Break line
English
breakline.
↓
English breakline.
Quote block
> ## Heading 1
>
> Louise! Louise! Louiseaaaaaaaaaaaaaaaaaaaaaaaaaaaahhhhhhhhhhhhhhh!!!
> yarghh...uh...aaahah-! AaAAAAA!!! LOUISELOUISELOUISEaaaaAAAAaaa!!!
> Ae...sniffsniff! sniffsniff! sssssaaahsssssaaah.. smells good.... sniff
>
> gasp! I can haz sniffsniff pink blonde hair de Louise Francoise?! sniffsniff! Aah!
> No! I want fluffing! fluff! fluff! Hair hair fluff fluff! Scratch scratch fluff fluff... Kyunkyunnkyui!!
>
> - A: `inline code` .
> - B: `日本語インライン` .
>
> ```js
> const foo = `bar`.
> console.table({foo});
> ```
>
> ## Heading 2
>
> "Aieee! A ninja! Why is there a ninja here!?"
>
> > The story takes place in the cyberpunk metropolis of Neo-Saitama. After his wife and child are killed in a ninja turf war, salaryman Kenji Fujikido gets possessed by a mysterious ninja soul known as Naraku Ninja. As Naraku's craving for massacring the evil ninja overlaps with Fujikido's lust for revenge, together they bring Ninja Slayer – a terrifying ninja-killing grim reaper - into existence. The more their mental resonance and physical symbiosis deepens, the more powerful Ninja Slayer becomes. If Fujikido completely surrenders himself to Naraku, he will be unstoppable, at the cost of Naraku being able to massacre freely without restraint.
>
> [Wikipedia | Ninja Slayer](https://en.wikipedia.org/wiki/Ninja_Slayer#Plot)
↓
Heading 1
Louise! Louise! Louiseaaaaaaaaaaaaaaaaaaaaaaaaaaaahhhhhhhhhhhhhhh!!! yarghh...uh...aaahah-! AaAAAAA!!! LOUISELOUISELOUISEaaaaAAAAaaa!!! Ae...sniffsniff! sniffsniff! sssssaaahsssssaaah.. smells good.... sniff
gasp! I can haz sniffsniff pink blonde hair de Louise Francoise?! sniffsniff! Aah! No! I want fluffing! fluff! fluff! Hair hair fluff fluff! Scratch scratch fluff fluff... Kyunkyunnkyui!!
- A:
inline code
.- B:
日本語インライン
.const foo = `bar`. console.table({foo});
Heading 2
"Aieee! A ninja! Why is there a ninja here!?"
The story takes place in the cyberpunk metropolis of Neo-Saitama. After his wife and child are killed in a ninja turf war, salaryman Kenji Fujikido gets possessed by a mysterious ninja soul known as Naraku Ninja. As Naraku's craving for massacring the evil ninja overlaps with Fujikido's lust for revenge, together they bring Ninja Slayer – a terrifying ninja-killing grim reaper - into existence. The more their mental resonance and physical symbiosis deepens, the more powerful Ninja Slayer becomes. If Fujikido completely surrenders himself to Naraku, he will be unstoppable, at the cost of Naraku being able to massacre freely without restraint.
Multi level block quote test.
> Level 1.
> > Level 2.
> > > Level 3.
> > > > Level 4.
> > > > > Level 5.
> > > > > Level 5.
> > > > Level 4.
> > > Level 3.
> > Level 2.
> Level 1.
↓
Level 1.
Level 2.
Level 3.
Level 4.
Level 5. Level 5. Level 4. Level 3. Level 2. Level 1.
Horizontal Rules
Sand
---
Wich
↓
Sand
Wich
HTML
<p>Do not forget to buy <mark>milk</mark> today.</p>
Do not forget to buy milk today.