```
## in Markdown
```html
# Section Title
Lorem ipsum dolor sit amet, consect...
## The bullets
- Foo
- Bar
- Baz
```
You can use `tk-slide` element instead of `script`.
## Backface image & filter
```html
Title
foo, bar, baz, qux...
```
## Backface (北極)
`backface-filter="blur(3px) brightness(.9)"`
## Vertical Scrolling 👇👇👇
Convenient to quickly browse with mobile devices.
## FullScreen mode
When you press the **"f"** key will be a full-screen mode. "f" or "Esc" key Press and then exit.
## Presenter note
Open developer tools, will show presenter notes
-----
Yes! This is your note!
## Runtime Options
```typescript
interface TalkieRuntimeOptions {
wide?: boolean; // default: false
horizontal?: boolean; // default: false
}
talkie.run(options);
```
## Enjoy!
[ahomu/Talkie - GitHub.com](https://github.com/ahomu/Talkie)