Undo autoformatting change
This commit is contained in:
parent
eaac99f70f
commit
8d721fb430
1 changed files with 1 additions and 1 deletions
|
@ -160,7 +160,7 @@ html! {
|
|||
|
||||
### Optional attributes with values: `title=[Some("value")]`
|
||||
|
||||
Add optional attributes to an element using `attr=[value]` syntax, with _square_ brackets.
|
||||
Add optional attributes to an element using `attr=[value]` syntax, with *square* brackets.
|
||||
These are only rendered if the value is `Some<T>`, and entirely omitted if the value is `None`.
|
||||
|
||||
```rust
|
||||
|
|
Loading…
Add table
Reference in a new issue