Skip to content

Commit

Permalink
doc: Fix markdown issue caused by unescaped HTML tags.
Browse files Browse the repository at this point in the history
Resolves dpa99c#707.
  • Loading branch information
dpa99c committed Feb 11, 2022
1 parent 9aed4a2 commit ddbaccc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -1336,7 +1336,7 @@ The following Android-specific keys are supported and should be placed inside th
- `notification_android_id` - Identifier used to replace existing notifications in the notification drawer
- If not specified, each request creates a new notification.
- If specified and a notification with the same tag is already being shown, the new notification replaces the existing one in the notification drawer.
- `notification_android_body_html` - If is passed, the body of a notification is processed as if it were html, you can use <b>, <i> or <s>
- `notification_android_body_html` - If is passed, the body of a notification is processed as if it were html, you can use `<b>, <i> or <s>`
- If not specified, the body of the notification will be processed as plain text.
- `notification_android_icon` - name of a [custom notification icon](#android-custom-notification-icons) in the drawable resources
- if not specified, the plugin will use the default `notification_icon` if it exists; otherwise the default app icon will be displayed
Expand Down

0 comments on commit ddbaccc

Please sign in to comment.