2023-01-31 00:44:48 +01:00
|
|
|
---
|
|
|
|
title: A subfile!
|
|
|
|
---
|
2023-01-30 01:46:50 +01:00
|
|
|
I am a little piece of content
|
|
|
|
|
|
|
|
# With a title!
|
|
|
|
|
|
|
|
And things...
|
|
|
|
|
2023-02-03 22:54:33 +01:00
|
|
|
:::{if=cat}
|
|
|
|
|
|
|
|
:::
|
|
|
|
|
2023-01-30 01:46:50 +01:00
|
|
|
``` {.python .run}
|
|
|
|
# I set my own flags!
|
2023-01-31 13:38:12 +01:00
|
|
|
ctx.set_flag("cat", True)
|
2023-01-30 01:46:50 +01:00
|
|
|
```
|
|
|
|
|
2023-01-31 14:35:44 +01:00
|
|
|
``` {.python .run}
|
|
|
|
println(f"The subdocument's title is \n\n# {ctx.get_metadata('title')}")
|
|
|
|
println()
|
|
|
|
println(f"The subdocument's subtitle is \n\n## {ctx.get_metadata('subtitle')}")
|
|
|
|
```
|
|
|
|
|
2023-02-07 02:47:48 +01:00
|
|
|
```markdown {.group}
|
|
|
|
---
|
|
|
|
language: "cs"
|
|
|
|
---
|
2023-02-02 16:39:18 +01:00
|
|
|
Tak toto je "v prádelně" pánové!
|
|
|
|
```
|
|
|
|
|
2023-02-07 02:47:48 +01:00
|
|
|
```markdown {.group}
|
|
|
|
---
|
|
|
|
language: "en"
|
|
|
|
---
|
2023-02-02 16:39:18 +01:00
|
|
|
This is "in a laundry room" gentlemen!
|
2023-02-01 01:32:36 +01:00
|
|
|
```
|
|
|
|
|
|
|
|
I am a duck.
|
|
|
|
|
2023-01-30 01:46:50 +01:00
|
|
|
:::{if=cat}
|
|
|
|
This should be only shown to included cats.
|
|
|
|
:::
|
2023-02-03 22:54:33 +01:00
|
|
|
|
2023-02-05 17:13:50 +01:00
|
|
|
|
|
|
|
$$
|
|
|
|
\def\eqalign#1{NO, just, nooooo}
|
|
|
|
\eqalign{}
|
|
|
|
$$
|
2023-02-06 16:56:52 +01:00
|
|
|
|
|
|
|
|
|
|
|
![This is a figure, go figure...](logo.svg){width=25%}
|
|
|
|
|
|
|
|
![This is a figure, go figure...](logo.pdf){width=50%}
|
|
|
|
|
|
|
|
![This is a figure, go figure...](logo.jpg){width=50%}
|
|
|
|
|
|
|
|
![This is a figure, go figure...](logo1.png){width=10em}
|
|
|
|
|
|
|
|
![Fakt epesní reproduktor](reproduktor.jpeg){width=10em}
|
|
|
|
|
2023-02-07 02:47:48 +01:00
|
|
|
![Fakt epesní reproduktor](reproduktor.png "Hodně rozpixelovaný obrázek reproduktoru"){width=10em file-width=1000}
|
2023-02-06 16:56:52 +01:00
|
|
|
|