fix(docs): unescaped URL in images

This commit is contained in:
Elian Doran
2025-03-11 17:24:15 +02:00
parent a441ea2461
commit e939b7b3d9
24 changed files with 95 additions and 95 deletions

View File

@@ -1,4 +1,4 @@
# Promoted Attributes
# Promoted Attributes
Promoted attributes are [attributes](../Attributes.md) which are considered important and thus are "promoted" onto the main note UI. See example below:
![](../../Attachments/promoted-attributes.png)
@@ -15,7 +15,7 @@ Attribute is always name-value pair where both name and value are strings.
_Attribute definition_ specifies how should this value be interpreted - is it just string, or is it a date? Should we allow multiple values or note? And importantly, should we _promote_ the attribute or not?
![](Promoted Attributes_image.png)
![](Promoted%20Attributes_image.png)
You can notice tag attribute definition. These "definition" attributes define how the "value" attributes should behave.