.......................................................
Title:      My Title
Subtitle:   My Subtitle
Version:    v1.0
Author:     My Name
Company:    My Company
Copyright:  (c) Copyright 2020
Address:    My Address
Comment:    Comments
Password:   1A10433B041737180C0133
.......................................................


# Formating Examples #
----------------------

Normal
*Italics*
**Bold**

> block quote

some text in `quote characters` is highlighted

```cpp
void Code Block()
{
}
```

##### Heading5 #####

#### Heading4 ####

### Heading3 ###

--

[ ] Unchecked check box

[X] Checked check box


### Lists ###

- List item1
- List item2

<center>
-----------------
| centered text |
-----------------
</center>

To center use:

 `'<center>' [ Table | Image ] '</center>'`

center tag is supported for tables and images


### Other ###
----------------------

Custom page break markdown

`'--<<>>--'`
or
`'<<<<<>>>>>'`

This will start to a new page

### Lists ###
----------------------

**Unordered List (Stars)**

* item1
* item2
* item3

**Numbered List**

1. item1
1. item2
1. item3


Large Paragraph break

`'--'`
