# Basic Example

Using Docsify Themeable themes since they can interfere with the Drawio styling

[filename](/example.drawio ':include :type=code')

## Making sure we aren't breaking other code blocks

```cpp
#include <iostream>

using namespace std;

int main()
{
    cout << "Hello World" << endl;

    return 0;
}
```