Fix markdown error in attaching-files.md#44857
Conversation
How to review these changes 👓Thank you for your contribution. To review these changes, choose one of the following options: A Hubber will need to deploy your changes internally to review. Table of review linksNote: Please update the URL for your staging server or codespace. The table shows the files in the
Key: fpt: Free, Pro, Team; ghec: GitHub Enterprise Cloud; ghes: GitHub Enterprise Server 🤖 This comment is automatically generated. |
There was a problem hiding this comment.
Pull request overview
Fixes an inline-code Markdown rendering issue in the “Attaching files” documentation by correcting the backtick/comma formatting around Microsoft Office file extensions, including a version-gated .xlsm entry.
Changes:
- Corrected inline code formatting for
.xls/.xlsmin the supported “Microsoft Office documents” list item. - Ensured the version-conditional
.xlsmextension renders correctly without breaking surrounding inline code.
Why:
Closes: None
Fix a minor markdown rendering glitch in the "Attaching files" document. The misplaced backticks around
.xlsand.xlsmcaused the inline code blocks to parse incorrectly on the live site.What's being changed (if available, include any code snippets, screenshots, or gifs):
Fixed the backtick formatting for Microsoft Office file extensions in
content/get-started/writing-on-github/working-with-advanced-formatting/attaching-files.md.... , .xls`` ,.xlsm... , .xls, .xlsm(properly enclosed in backticks)Check off the following: