From 4eed0cbb4008ef2955d71f9e6a59418627cc2db2 Mon Sep 17 00:00:00 2001 From: Abin Simon Date: Mon, 15 Jan 2024 15:25:13 +0530 Subject: [PATCH] Ignore lint warning about duplicate heading --- website/docs/support/known-issues.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/website/docs/support/known-issues.md b/website/docs/support/known-issues.md index 21f94b8b0..1f5806a1e 100644 --- a/website/docs/support/known-issues.md +++ b/website/docs/support/known-issues.md @@ -44,6 +44,7 @@ The following are the issues that we're currently aware of within the project. Following are unexpected behaviors or inherent limitations of the project. + ### Drive items (OneDrive/SharePoint) - Link shares with password protection can't be restored. @@ -52,10 +53,12 @@ Following are unexpected behaviors or inherent limitations of the project. - Anonymous link shares (link shares which aren't associated with any user) aren't restored. + ### Exchange - Exports of multipart emails containing both HTML and text versions will only produce the HTML version of the email. + ### Teams - Teams messages don't support restore due to limited Graph API support for message creation.