blob: 58ed51eb7cf8d8757cd43f19d2cde3c2f32e07ba (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
|
+++
title = "Some cool stuff"
date = 2024-03-02T00:00:00+03:00
draft = false
[taxonomies]
tags = ["test"]
[extra]
disable_comments = true
toc = true
+++
Let's test manual anchor link declaration:
# Heading 1 {#h1}
## Heading 2
Nice, let's test internal linking now: [my link](@/posts/typography.md#h1)
---
Nice! Now let's test shortcodes with a youtube iframe embed video:
{{ youtube(id="dCKeXuVHl1o") }}
---
{{ youtube(id="dCKeXuVHl1o", autoplay=true) }}
---
{{ youtube(id="9h2Z0I2jxRU", autoplay=true) }}
Cool! All these features should be plenty enough for now. I will add some others as we go.
|