New NotionEquationBlock - fasteiner/Notion GitHub Wiki
Creates a new Notion equation block object.
New-NotionEquationBlock [-Expression <String>] [<CommonParameters>]
This function creates a new instance of the notion_equation_block class. You can create an empty equation block or provide an expression for the equation.
New-NotionEquationBlock -Expression "\frac{a}{b}"
New-NotionEquationBlock
The LaTeX expression to be displayed in the equation block.
Type: String
Parameter Sets: (All)
Aliases:
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.