# Sample Page

This is a sample page to show the capabilities of Bookstack

### Text Manipulation

Text can be **Bold**, *Italic*, <span style="text-decoration: underline;">Underline,</span> <s>Strikethrough</s> with <sup>superscript </sup>and <sub>subscript </sub>

The System also supports inline code: `This is an inline code block`.

<span style="color: rgb(224, 62, 45);">Colored Text <span style="color: rgb(0, 0, 0);">as well is <span style="background-color: rgb(194, 224, 244);">highlighting </span> can also be done</span></span>

### Bullets, Tasks and Indentations

##### Buller Lists

- Item 1
- Item 2
- Item 3

##### Numbered Lists

1. Item 1
2. Item 2
3. Item 3

##### Task Lists

- [ ] Task 1
- [x] Task 2
- [ ] Task 3

##### Indented Text

Indented Text can be controlled

over multiple lines.

### Links and Hyper Links

Links to websites like this: [BooksStack Documentation](https://www.bookstackapp.com/docs/ "BooksStack") is also possible. You can also create Links to other pages within the Bookstack application like this: [Welcome](https://kb.it-s.co.za/books/its/page/welcome "Welcome")

### Tables

Complex Tables are supported

<table border="1" id="bkmrk-header1-header2-head" style="border-collapse: collapse; width: 100%; height: 59.5938px;"><colgroup><col style="width: 25%;"></col><col style="width: 25%;"></col><col style="width: 25%;"></col><col style="width: 25%;"></col></colgroup><tbody><tr style="height: 29.7969px;"><td style="height: 29.7969px;">**Header1**</td><td style="height: 29.7969px;">**Header2**</td><td style="height: 29.7969px;">**Header3**</td><td style="height: 29.7969px;">**Header4**</td></tr><tr style="height: 29.7969px;"><td style="height: 29.7969px;">Value 1</td><td style="height: 29.7969px;">Value 2</td><td style="height: 29.7969px;">Value 3</td><td style="height: 29.7969px;">Value 4</td></tr><tr><td>1. List 1
2. List 2
3. List 3

</td><td>[Welcome](https://kb.it-s.co.za/books/its/page/welcome "Welcome")</td><td>Text can be **Bold**, *Italic*, <span style="text-decoration: underline;">Underline,</span> <s>Strikethrough</s> with <sup>superscript </sup>and <sub>subscript </sub></td><td>[![welcome.jpg](https://kb.it-s.co.za/uploads/images/gallery/2025-05/welcome.jpg)](https://kb.it-s.co.za/uploads/images/gallery/2025-05/welcome.jpg)</td></tr></tbody></table>

### Advanced Abilities

Some Advanced Abilities

#### Images

[![welcome.jpg](https://kb.it-s.co.za/uploads/images/gallery/2025-05/welcome.jpg)](https://kb.it-s.co.za/uploads/images/gallery/2025-05/welcome.jpg)

#### Code Blocks

```c#
            try
            {
                var fields = GetFields(configModel, tableID);

                var stripCharList = stripChars.Split('|');

                JArray jArray = new JArray();
                string con = "Server=" + configModel.SQLServer + ";Database=" + configModel.Database + ";integrated security=true;";
            }
```

#### Drawings

<div drawio-diagram="35"><img src="https://kb.it-s.co.za/uploads/images/drawio/2025-05/drawing-4-1748343881.png" alt=""/></div>

#### Videos

<iframe allowfullscreen="allowfullscreen" height="314" src="https://www.youtube.com/embed/XBrqKRqt0lY" width="560"></iframe>

#### Collapse Blocks

<details id="bkmrk-code-%C2%A0-%C2%A0-%C2%A0-%C2%A0-%C2%A0-%C2%A0-try"><summary>Code</summary>

 try  
 {  
 var fields = GetFields(configModel, tableID);

 var stripCharList = stripChars.Split('|');

 JArray jArray = new JArray();  
 string con = "Server=" + configModel.SQLServer + ";Database=" + configModel.Database + ";integrated security=true;";  
 }

</details>#### Call Outs

<p class="callout info">Info</p>

<p class="callout success">Success</p>

<p class="callout warning">Warning</p>

<p class="callout danger">Error</p>


#### Customizing Code

change the html behind the page

[![image.png](https://kb.it-s.co.za/uploads/images/gallery/2025-05/scaled-1680-/paLimage.png)](https://kb.it-s.co.za/uploads/images/gallery/2025-05/paLimage.png)

Example:

<details class="callout info" id="bkmrk-note-this-is-importa"><summary>Note</summary>

This is Important info

- aaa
- bbb
- ccc

</details>