From 386da8c702a1af1df6e2ed9efec232ff0784b019 Mon Sep 17 00:00:00 2001 From: Azhar Ahmed <49714602+ahmedazhar05@users.noreply.github.com> Date: Tue, 23 Jun 2026 22:45:03 +0530 Subject: [PATCH] Fix formatting for Microsoft Office documents list Fixed a typo for Microsoft Office documents list from: `.xls`` ,.xlsm` to: `.xls`, `.xlsm` --- .../working-with-advanced-formatting/attaching-files.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/get-started/writing-on-github/working-with-advanced-formatting/attaching-files.md b/content/get-started/writing-on-github/working-with-advanced-formatting/attaching-files.md index ccf930649912..07f5c730cc0e 100644 --- a/content/get-started/writing-on-github/working-with-advanced-formatting/attaching-files.md +++ b/content/get-started/writing-on-github/working-with-advanced-formatting/attaching-files.md @@ -68,7 +68,7 @@ The following file types are supported for uploads in issue comments, pull reque ### Documents * PDFs (`.pdf`) -* Microsoft Office documents (`.docx`, `.pptx`, `.xlsx`, `.xls`{% ifversion fpt or ghec or ghes > 3.18 %}` ,.xlsm`{% endif %}) +* Microsoft Office documents (`.docx`, `.pptx`, `.xlsx`, `.xls`{% ifversion fpt or ghec or ghes > 3.18 %}, `.xlsm`{% endif %}) {%- ifversion fpt or ghec or ghes > 3.18 %} * OpenDocument formats (`.odt`, `.fodt`, `.ods`, `.fods`, `.odp`, `.fodp`, `.odg`, `.fodg`, `.odf`) * Rich text and word processing files (`.rtf`, `.doc`)