feat: Stuff
This commit is contained in:
40
demo.md
40
demo.md
@ -106,11 +106,11 @@ end
|
||||
|
||||
### Small image
|
||||
|
||||
{:loading="lazy"}
|
||||

|
||||
|
||||
### Large image
|
||||
|
||||
{:loading="lazy"}
|
||||

|
||||
|
||||
### Definition lists can be used with HTML syntax.
|
||||
|
||||
@ -135,16 +135,34 @@ The final element.
|
||||
|
||||
### Extra
|
||||
|
||||
Display pixel-art in full width without filtering.
|
||||
Display pixel-art without filtering.
|
||||
|
||||
```
|
||||
{:.full.pixels}{:loading="lazy"}
|
||||
{:.pixels}
|
||||
```
|
||||
|
||||
{:.full.pixels}{:loading="lazy"}
|
||||
{:.full.pixels}
|
||||
|
||||
[Source](https://pixeljoint.com/pixelart/15027.htm){:.site-link}
|
||||
|
||||
Full-width.
|
||||
|
||||
```
|
||||
{:.full}
|
||||
```
|
||||
|
||||
Shadow and round corners.
|
||||
|
||||
```
|
||||
{:.media}
|
||||
```
|
||||
|
||||
...With zoom on hover.
|
||||
|
||||
```
|
||||
{:.media.hover}
|
||||
```
|
||||
|
||||
---
|
||||
|
||||
Keyboard shortcuts.
|
||||
@ -157,16 +175,20 @@ Keyboard shortcuts.
|
||||
|
||||
---
|
||||
|
||||
Link with arrow.
|
||||
Link to page (rightwards arrow).
|
||||
|
||||
```
|
||||
[Link to page](markdown-page.md){:.page-link}
|
||||
|
||||
[Link to site](https://example.org){:.site-link}
|
||||
{:.page-link}
|
||||
```
|
||||
|
||||
[Link to page](../markdown-page){:.page-link}
|
||||
|
||||
Link to site (up-rightwards arrow).
|
||||
|
||||
```
|
||||
{:.site-link}
|
||||
```
|
||||
|
||||
[Link to site](https://example.org){:.site-link}
|
||||
|
||||
---
|
||||
|
Reference in New Issue
Block a user