Inline
Use the inline attribute to define if the SVG diagram should be inlined in the HTML output.
```d2 inlinex -> y```The above code block will be rendered with an inline SVG diagram in the HTML output:
<svg ...>...</svg>By default, the diagrams are rendered using the <img> tag.