= Simple Advanced Rendering Test This is a simple test document to verify that Alexandria's advanced rendering features are working correctly. == Math Test Here's a simple math expression: [stem] ++++ E = mc^2 ++++ And a more complex one: [stem] ++++ \int_{-\infty}^{\infty} e^{-x^2} dx = \sqrt{\pi} ++++ == PlantUML Test A simple sequence diagram: [source,plantuml] ---- @startuml participant User participant System User -> System: Hello System --> User: Hi there! @enduml ---- == BPMN Test A simple BPMN process: [source,bpmn] ---- ---- == TikZ Test A simple TikZ diagram: [source,tikz] ---- \begin{tikzpicture} \draw[thick,red] (0,0) circle (1cm); \draw[thick,blue] (2,0) rectangle (3,1); \end{tikzpicture} ---- == Conclusion If you can see: 1. Rendered math expressions 2. A PlantUML diagram 3. A BPMN diagram placeholder with source 4. A TikZ diagram placeholder with source Then the advanced rendering is working correctly!