mark/pkg/mark/testdata/pagelayout-droph1.html
Stephen Paulger aaae918478
Fix layout section attribute tags (#401)
* Fix attribute tags

* Update test date to expect attribute with ac: prefix
2023-12-19 13:57:52 +01:00

19 lines
385 B
HTML

<ac:layout>
<ac:layout-section ac:type="three_with_sidebars">
<ac:layout-cell>
<p>More Content</p>
</ac:layout-cell>
<ac:layout-cell>
<p>More Content</p>
</ac:layout-cell>
<ac:layout-cell>
<p>Even More Content</p>
</ac:layout-cell>
</ac:layout-section>
<ac:layout-section ac:type="single">
<ac:layout-cell>
<p>Still More Content</p>
</ac:layout-cell>
</ac:layout-section>
</ac:layout>