Available on crate features
html
and matrix
only.Expand description
Types to work with HTML elements and attributes suggested by the Matrix Specification.
Structs§
- Anchor
Data - The supported data of a
<a>
HTML element. - Code
Data - The supported data of a
<code>
HTML element. - DivData
- The supported data of a
<div>
HTML element. - Heading
Data - The supported data of a
<h1>-<h6>
HTML element. - Heading
Level - The level of a heading element.
- Image
Data - The supported data of a
<img>
HTML element. - Matrix
Element Data - The data of a Matrix HTML element.
- Ordered
List Data - The supported data of a
<ol>
HTML element. - Span
Data - The supported data of a
<span>
HTML element.
Enums§
- Anchor
Uri - A URI as a value for the
href
attribute of a<a>
HTML element. - Matrix
Element - A Matrix HTML element.