Hello Page
First test page with code + embedded diagram.
On this page
Hello Page
This is my first test page. It contains some text, a code block, and an embedded Draw.io diagram loaded from the same folder.
Some code
python
def greet(name: str) -> str:
return f"Hello, {name}!"The diagram
The HTML file lives next to this .md at docs/demo/diagram.html. The
iframe src must be the absolute raw GitHub URL (relative paths don't
work inside iframes).
Hello diagram
Interactive chart
That's it — push and refresh.