Changes
Page history
Update FAQ
authored
Dec 09, 2020
by
Armin Bernstetter
Show whitespace changes
Inline
Side-by-side
FAQ.md
View page @
6aaa6499
...
@@ -114,3 +114,23 @@ If you ever run into the problem of running decker slides inside an iframe and w
...
@@ -114,3 +114,23 @@ If you ever run into the problem of running decker slides inside an iframe and w
[Link](javascript:window.open('https://de.calcuworld.com/berechnungen/binaer-rechner/'))
[Link](javascript:window.open('https://de.calcuworld.com/berechnungen/binaer-rechner/'))
```
```
works charmingly
works charmingly
### Referencing Meta Resources
You can reference meta resource files in your slide deck. E.g. if you have
```
csl: "acm-sig-proceedings.csl"
```
in your YAML header, you can reference this file by writing
```
The CSL file used in this slide deck is [:meta](csl).
```
anywhere in your Markdown source file and Decker will show this sentence as
> The CSL file used in this slide deck is acm-sig-proceedings.csl.
in the resulting HTML document
\ No newline at end of file