improved AttributeScope section

pull/2048/head
CatHood0 9 months ago
parent 37d8b863e7
commit 23737bc846
  1. 4
      doc/attribute_introduction.md

@ -14,8 +14,8 @@ The attributes has an Scope that limit where start and end the `Attribute`. The
enum AttributeScope {
inline, // just the selected text will apply the attribute (like: bold, italic or strike)
block, // all the paragraph will apply the attribute (like: Header, Alignment or CodeBlock)
embeds, // the attr will be taked as a different part of any paragraph or line working as a block (By now not works as an inline)
ignore, // there are attribute that can be applied, but, on Retain operations will be ignored
embeds, // the attr will be taked as a different part of any paragraph or line, working as a block (By now not works as an inline)
ignore, // the attribute can be applied, but on Retain operations will be ignored
}
```

Loading…
Cancel
Save