Skip to content ⏩
Unity 2020.1.0b1 (64-bit)
Theme:

Markdown Test Page

That is #cool. This line ends in a hastag #

ViewBag.Title = "Test";
Model.Y = Model.X == "`what`";

This is the Title

Here is some text. It is in a paragraph with two sentences, the second one has a link to google.

Heading 3

This is the end of header-testing, so there is a line separator here.


Double star looks like this and has a space after it.

Triple star looks like this.

Underscore looks like this, which is the same as single star.

Double underscore looke like this.

With wigglies it looks like this.

Underlines can be done with

Everything you read on the internet is true.

- Barack Obama

A list:

Instructions:

  1. Make an ordered list
  2. Make sure it’s numbered
  3. Follow it in order

Completion:

List with items far apart:

[!warning]

The code below will panic!

fn main() {
    panic!("Hello World")
}
fn main() {
    panic!("Hello World")
}

A way to make it not panic would be to use println!() instead of panic!().

Tables Are Cool
col 1 col 2 col 3
col 4 col 5 col 6

: especially with a captions!

Here is an indented block:

hello, im an indented block ☺️

This is very strange. [Red Link]

TODO: html tag elements TODO: wiki-links

ffmpeg -i "my input video.mp4" -vf scale=1920:1080 -sws_flags neighbor "my output video.mp4"
//Either a timeout occurs or host reponds to GET request with a WS promotion
await ws.ConnectAsync(new Uri("ws://localhost:10039"), cancelToken);

Console.WriteLine("Connected.");

/* Messages sent to and from the websocket need to be held in buffers,
since WS messages may be sent as multiple TCP messages. */
byte[] msgRecvBuffer = new byte[4096];
byte[] msgSendBuffer = new byte[4096];

ArraySegment<byte> msgRecvBAS = new ArraySegment<byte>(msgRecvBuffer);
ArraySegment<byte> msgSendBAS = new ArraySegment<byte>(msgSendBuffer);


[Register("AppDelegate")] /* -~~-~~-~~-~~-~~-~~-~~-~~-~~-~~-~~-~~-~~- */
public class AppDelegate : MauiUIApplicationDelegate /* -~~-~~-~~-~~- */
{  protected override MauiApp CreateMauiApp() => MauiProgram.CreateApp();  }

int x = 1;
bool y = ture;
[unused] const System.String longString = ("Imagine for a second you were transposed into the karmic-driven world of Earl. This alone is reason enough to start learning Algorithmic trading.");

test