02_Rich_Text_Annotation - fasteiner/Notion GitHub Wiki
Rich_text: Annotations
classDiagram
class annotation {
[bool] $bold = $false
[bool] $italic = $false
[bool] $strikethrough = $false
[bool] $underline = $false
[bool] $code = $false
[notion_color] $color = "default"
ToJson([bool]$compress = $false)
ConvertFromObject()
}