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.

Markdown tripple backqoute for code

```
Some code
```

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

Live example:

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

Question: should ``` without explicit language be txt or autodetect?

Markdown title and subtitle

I want this because it's one line title

# Title
## Subtitle
Text

Live example:

Title

Subtitle

Text

Escapes (like in markdown)

* Some bold text with a \*star\*\* **

Code \` should be escapeable \` too \`

I thought about this when I was writing x86\_64 in\_my\_ >"blog post">https://infinitecoder01.github.io/InfiniteCoder01/blog/writing-a-compiler-backend/>

By the way, \>links\>too\>

And, finally, \~Cross text\~and\~ the backslash (\\) itself

Live example:

Some bold text with a *star**
Code ` should be escapeable ` too `
I thought about this when I was writing x86_64 in_my_ "blog post"
By the way, >links>too>
And, finally, ~Cross text~and~ the backslash (\) itself

Some breaking examples: >eq <eq _23

Inline tags & attributes

Bare URL, like in mdBook: <https://alanwsmith.com/neopolitan>

Inline images are cool: <<img|https://www.alanwsmith.com/favicon.ico>>

Live example:

Bare URL, like in mdBook: https://alanwsmith.com/neopolitan
Inline images are cool:

Stuff that got rejected, but is still supported by my engine

Nothing here yet. :)