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!");
}
```
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
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
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>>
Bare URL, like in mdBook: https://alanwsmith.com/neopolitan
Inline images are cool:
Nothing here yet. :)