swap example email in theses content

This commit is contained in:
2025-11-24 23:17:58 +01:00
parent 7ccfe1cfe3
commit 2d8722516b
2 changed files with 2 additions and 2 deletions

View File

@@ -237,7 +237,7 @@ Tohle interně volá funkci `link`.
Pokud odkazujeme na méně časté věci (jako emaily), můžeme použít funkci `link` přímo:
```typst
#link("mailto:ondrej@mekina.cz")[Email maintainera této šablony]
#link("mailto:info@tul.cz")[Email TUL informací]
```
Funkci link nejprve v kulatých závorkách dáte cíl odkazu (například URL adresu) a dále v hranatých závorkách obsah, který se zobrazí v dokumentu.

View File

@@ -235,7 +235,7 @@ Internally, this automatically calls the `link` function.
If we want to link to less common things (like email addresses), we can call the `link` function explicitly:
```typst
#link("mailto:ondrej@mekina.cz")[Email of this template's maintainer]
#link("mailto:info@tul.cz")[Email of TUL informations]
```
First, you pass the link target (perhaps a URL address) in parentheses to the link function and then you follow up with the content that will be displayed in the document enclosed in brackets.