You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/INPUT_API_REFERENCE.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -597,7 +597,7 @@ type TextShortcutStyle =
597
597
-`trigger` is the typed pattern that activates the shortcut.
598
598
-`style` is the style to apply when the trigger completes.
599
599
600
-
**[Paragraph styles](../README.md#paragraph-tags)** fire at the start of a paragraph (e.g. `#` → H1, `-` → unordered list). Supported styles: `h1`–`h6`, `blockquote`, `codeblock`, `unordered_list`, `ordered_list`, `checkbox_list`.
600
+
**[Paragraph styles](../README.md#paragraph-tags)** fire at the start of a paragraph (e.g. `#` → H1, `-` → unordered list). Supported styles: `h1`–`h6`, `blockquote`, `codeblock`, `unordered_list`, `ordered_list`, `checkbox_list`.
601
601
602
602
> [!NOTE]
603
603
> Paragraph shortcuts are only effective on plain paragraphs. If the paragraph already has an active paragraph style (e.g. it is already a heading or a list item), typing the trigger pattern has no effect.
@@ -639,13 +639,13 @@ If true, Android will use experimental synchronous events. This will prevent fro
639
639
| ------ | ------------- | -------- |
640
640
|`bool`|`false`| Android |
641
641
642
-
### `useHtmlNormalizer` - EXPERIMENTAL
642
+
### `useHtmlNormalizer`
643
643
644
-
If true, external HTML pasted/inserted into the input (e.g. from Google Docs, Word, or web pages) will be normalized into the canonical tag subset that the enriched parser understands. However, this is an experimental feature, which has not been thoroughly tested. We may decide to enable it by default in a future release.
644
+
If true, external HTML pasted/inserted into the input (e.g. from Google Docs, Word, or web pages) will be normalized into the canonical tag subset that the enriched parser understands.
0 commit comments