Example Page

Admonish

See repo for code

Attention

This is an example of the mdbook-admonish plugin.

Katex/Latex

This is an example of the mdbook-katex plugin.

$$\int_{0}^{\infty}\cos(x^2)dx$$

Collapsible blocks

<details>
<summary><i><b>Collapse :</b></i></summary>
<div>
You can place any html here including pdf files. Markdown won't work though.
</div>
</details>
Collapse :
You can place any html here including pdf files. Markdown won't work though.

Tables

| Tables  | Are     | Cool    |
|---------|---------|---------|
| Aren't  | They    | ?       |
TablesAreCool
Aren'tThey?
Internal Links : [welcome](./welcome.md).

External Links : [mdBook](https://rust-lang.github.io/mdBook/).

Bare Links : <https://rust-lang.github.io/mdBook/>.

Internal Links : welcome.

External Links : mdBook.

Bare Links : https://rust-lang.github.io/mdBook/.

PDFs

This is an example of how to display pdf files.

<div>
<object data="./sample.pdf" type="application/pdf" style="height:100vh;width:100%">
</object>
</div>
Sample PDF

Images

![The Rust Logo](images/rust-logo-blk.svg)

The Rust Logo