Skip to content

Instantly share code, notes, and snippets.

@willnode
Last active May 16, 2023 07:50
Show Gist options
  • Save willnode/8443d9b88960ae8c810cb79a2b89c9b7 to your computer and use it in GitHub Desktop.
Save willnode/8443d9b88960ae8c810cb79a2b89c9b7 to your computer and use it in GitHub Desktop.
Kramdown Playground
<!-- This is HTML comment, but works well anyway -->
<!-- See http://wellosoft.net/blog/en/2017/hello-world.html for preview -->
## The playground
#### Not yet
###### Yet ...
***
<br>
Now, you may see an `inline code` or _italic_ or **bold** or ~~striking~~ texts.
```cs
void PerhapsSomeCode() { /* coding stuff */ }
```
> And some nifty quote here
> Here as well
| Table | Here |
|:--|--:|
|Hello|World|
|Bye|Bye|
![Made with MSPAINT :D][image]{:title="Made with the legendary MSPAINT!"}
May need some citation here[^1]
* Silver
+ Made
+ With
- Some
* Bullet
1. For
2. Now
As well
<details><summary>Example</summary>
<code>of a spoiler</code></details>
<br>
Keep an eye because i'm [Linking external page][absolute] or [Linking this page][relative] like <http://github.com>
Try with --- (dashes) and ... (dots) and << arrows >>
[absolute]: https://github.com/
[relative]: {{ "/en/" | relative_url }}
[image]: {{ "/images/2017/madeinmspaint.png" | relative_url }}
[^1]: Hello world

The playground

Not yet

Yet ...


Now, you may see an `inline code` or _italic_ or **bold** or ~~striking~~ texts.
void PerhapsSomeCode() { /* coding stuff */ }

And some nifty quote here Here as well

Table Here
Hello World
Bye Bye

![Made with MSPAINT :D][image]{:title="Made with the legendary MSPAINT!"}

May need some citation here1

  • Silver
    • Made
    • With
      • Some
  • Bullet
    1. For
    2. Now As well
Example of a spoiler

Keep an eye because i'm Linking external page or [Linking this page][relative] like http://github.com

Try with --- (dashes) and ... (dots) and << arrows >>

[relative]: {{ "/en/" | relative_url }} [image]: {{ "/images/2017/madeinmspaint.png" | relative_url }}

Footnotes

  1. Hello world

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment