Neopolitan wish-features

This page is specifically made for Alan to show features, which I would like to see in Neopolitan.
Everything you see here is implemented in my engine, so it's completely possible.

Stuff that got rejected

Markdown shortcuts

Tripple backqoute (```) for code:

```
fn main() {
    println!("Hello, World!");
}
```

Markdown-styled [links](https:://example.com)

## Shorthands for h1-h6
## With

## Newlines

Live examples:
Tripple backqoute for code:

fn main() {
    println!("Hello, World!");
}

Markdown-styled [links](https:://example.com)

Shorthands for h1-h6 With
Newlines