Skip to content

New NotionRichTextEquation

fasteiner edited this page Sep 25, 2025 · 1 revision

New-NotionRichTextEquation

SYNOPSIS

Creates a Notion rich text object of type "equation".

SYNTAX

New-NotionRichTextEquation [-Expression] <String> [[-Annotations] <Object>]
 [<CommonParameters>]

DESCRIPTION

Wraps the [rich_text_equation] class to create rich text equation objects with optional annotations and link information.

EXAMPLES

Example 1

PS C:> {{ Add example code here }}

{{ Add example description here }}

PARAMETERS

-Annotations

Optional annotation object applied to the equation.

Type: Object
Parameter Sets: (All)
Aliases:

Required: False
Position: 2
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

-Expression

The LaTeX expression for the equation.

Type: String
Parameter Sets: (All)
Aliases:

Required: True
Position: 1
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

CommonParameters

This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.

INPUTS

OUTPUTS

[rich_text_equation]

NOTES

RELATED LINKS

Notion Module

Home
Module-FAQ
SetupOfIntegration

Commands
Classes
Enums

Clone this wiki locally