swap example email in theses content
This commit is contained in:
@@ -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.
|
||||
|
||||
@@ -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.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user