# Home

## Welcome !

Lorem **ipsum** dolor sit amet, **`consectetur adipiscin`**`g` elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

{% hint style="info" %}
HInt Block test. Comes in a variety of colors.
{% endhint %}

{% hint style="danger" %}
Danger
{% endhint %}

{% hint style="warning" %}
Warning
{% endhint %}

{% hint style="success" %}
Success!
{% endhint %}

## Math

$$
f(x) = x \* e^{2 pi i \xi x}
$$

## Table with some Markdown Formatting

| Some Data | More Data | Rest of the Data |
| --------- | --------- | ---------------- |
| **1224**  | *1224*    |                  |
| 1224      | 1224      | 1224             |
| 1224      | 1224      | 1224             |

## Code Block

```javascript
‌import * as React from 'react';
import ReactDOM from 'react-dom';
import App from './App';

ReactDOM.render(<App />, window.document.getElementById('root'));
```

## Tabs

{% embed url="<https://www.youtube.com/watch?v=xUJ3S3iU1lc>" %}

<figure><img src="https://2291256868-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F1kHw4YTtl4NCn4sJhQ8Z%2Fuploads%2FTQzcHDQoeQbKrzM6pZHn%2FIPE-Advanced-Mode-Settings-PICKit4-Program-PTG.png?alt=media&#x26;token=9616090e-08ec-4c90-8d17-9fc873323fb1" alt=""><figcaption></figcaption></figure>

## Sketch

<img src="https://2291256868-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F1kHw4YTtl4NCn4sJhQ8Z%2Fuploads%2FgtZYLFv9Nfc8lWvfNXW5%2Ffile.excalidraw.svg?alt=media&#x26;token=d23caf82-5696-437f-a69c-b8995699d85c" alt="" class="gitbook-drawing">

{% code title="Javascript" %}

```javascript
<Button
    label="Label"
    size="medium"
    kind="default"
    onClick={doTheThing}
/>
```

{% endcode %}
