Sample Page
This is a sample page to show the capabilities of Bookstack
Text Manipulation
Text can be Bold, Italic, Underline, Strikethrough with superscript and subscript
The System also supports inline code: This is an inline code block.
Colored Text as well is highlighting can also be done
Bullets, Tasks and Indentations
Buller Lists
- Item 1
- Item 2
- Item 3
Numbered Lists
- Item 1
- Item 2
- Item 3
Task Lists
- Task 1
- 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 is also possible. You can also create Links to other pages within the Bookstack application like this: Welcome
Tables
Complex Tables are supported
| Header1 | Header2 | Header3 | Header4 |
| Value 1 | Value 2 | Value 3 | Value 4 |
|
Welcome | Text can be Bold, Italic, Underline, |
![]() |
Advanced Abilities
Some Advanced Abilities
Images
Code Blocks
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

Videos
Collapse Blocks
Code
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;";
}
Call Outs
Info
Success
Warning
Error
Customizing Code
change the html behind the page
Example:
Note
This is Important info
- aaa
- bbb
- ccc

