# Wiki Import Test

## Wiki Import Test Title

This page will serve to test the capability of importing pages from the wiki to the mkdocs website. Testing the new actions workflow!

### Tests

#### Formatting

**Bold Text**

*Italic Text*

<span style="text-decoration: underline;">Underlined</span>

<span style="color: rgb(224, 62, 45);">Red Text</span>

<span style="color: rgb(0, 0, 0); background-color: rgb(241, 196, 15);">Highlighted Text</span>

<s><span style="color: rgb(0, 0, 0);">Strikethrough Text</span></s>

<span style="color: rgb(0, 0, 0);">Super<sup>Script</sup></span>

<span style="color: rgb(0, 0, 0);">Sub<sub>Script</sub></span>

<span style="color: rgb(0, 0, 0);">Left Aligned</span>

<span style="color: rgb(0, 0, 0);">Center Aligned</span>

<span style="color: rgb(0, 0, 0);">Right Aligned</span>

#### <span style="color: rgb(0, 0, 0);">Lists</span>

- <span style="color: rgb(0, 0, 0);">Bullet 1</span>
- <span style="color: rgb(0, 0, 0);">Bullet 2</span>
    - <span style="color: rgb(0, 0, 0);">Bullet 3</span>
        - <span style="color: rgb(0, 0, 0);">Bullet 4</span>

1. <span style="color: rgb(0, 0, 0);">Number 1</span>
2. <span style="color: rgb(0, 0, 0);">Number 2</span>
3. <span style="color: rgb(0, 0, 0);">Number 3</span>
    1. <span style="color: rgb(0, 0, 0);">Number 4</span>

- [x] <span style="color: rgb(0, 0, 0);">Checked 1</span>
- [x] <span style="color: rgb(0, 0, 0);">Checked 2</span>
- [ ] <span style="color: rgb(0, 0, 0);">Unchecked 3</span>

#### Link

[Google](https://google.com)

#### Table

<table border="1" id="bkmrk-column1-column-2-col" style="border-collapse: collapse; width: 100%;"><colgroup><col style="width: 33.3333%;"></col><col style="width: 33.3333%;"></col><col style="width: 33.3333%;"></col></colgroup><thead><tr><td>Column1</td><td>Column 2</td><td>Column 3</td></tr></thead><tbody><tr><td>Row 1</td><td>Row 1</td><td>Row 1</td></tr><tr><td>Row 2</td><td>Row 2</td><td>Row 2</td></tr><tr><td>Row 3</td><td>Row 3</td><td>Row 3</td></tr><tr><td>Row 4</td><td>Row 4</td><td>Row 4</td></tr></tbody></table>

#### Image

[![RCRC_-01(2).png](https://wiki.rcrc.fyi/uploads/images/gallery/2025-06/scaled-1680-/rcrc-012.png)](https://wiki.rcrc.fyi/uploads/images/gallery/2025-06/rcrc-012.png)

#### Code Block

```python
print ("Hello World!")
```

#### Drawing

<div drawio-diagram="14"><img src="https://wiki.rcrc.fyi/uploads/images/drawio/2025-06/drawing-1-1750087761.png" alt=""/></div>

#### Collapsible Block

<details id="bkmrk-hidden-items-hidden-"><summary>Hidden items</summary>

Hidden item 1

Hidden item 2

Hidden item 3

</details>