If you copy a text from the web or any other file and paste it into a TextEdit file on the Mac, you will see that the destination formatting (font style, size, etc) gets added to your file.
If you want to clear the formatting when pasting text in TextEdit, follow the below options:

- Be on the TextEdit App,
- Now goto Menu: Format -> Make Plain Text
- You will see a warning:
- When you click ok, the text will be converted into plain text and all the formatting will be gone, and any copy-paste will result in standard paste without formatting.
- Press Command + Z if you want to get back to the previous version of the file (i.e. undo changes).

Have Questions? Post them here!
- How to find path of file on Mac Terminal
- How to disable Siri on Mac Monterey
- [fix] macOS Ventura xcrun: error: invalid active developer path missing xcrun at: /Library/Developer/CommandLineTools/usr/bin/xcrun
- Select Line Number TextEdit on Mac
- Go to Specific file path using Mac Finder
- How to find Java HOME in Mac Terminal
- bash: command not found error [macOS Terminal Linux, Unix or Windows]
- Must Know Homebrew Commands for Mac/Linux Users
- How to Insert an Inverted Question Mark on Mac ¿
- Hide Keyboard Text Input Icon on macOS Ventura Menu Bar
- How to make macOS Terminal window Transparent (or Opaque)
- How to check of Updates on Microsoft Edge Browser on Mac (macOS)
- Limit scrollback rows in macOS Terminal
- How to identify installed Java (JDK) Version on macOS
- Keyboard Shortcut to delete a file on a Mac [Macbook]
- Open Docker from Terminal Command on Mac
- Installing MongoDB on Linux/Unix/macOS/Ubuntu
- How to take a screenshot on a Mac - updated for Ventura 13 [updated 2023]
- ls: .: Operation not permitted - Mac Terminal ZSH Error
- How to remove username from Mac Menu Bar?
- macOS Ventura XCode Command Line Tools Installation
- Where is .zshrc file located in macOS
- How to Show Path of Files or App in Mac Spotlight Search
- How to enable root user on Mac Terminal
- Install Java 17 (LTS) JDK on ARM based M1/M2 Mac Natively
- Guide: Install Vim on Mac - vi
- Java XML-RPC java.net.BindException: Address already in use - Java
- Remove Applications from Startup Mac OS X - Mac-OS-X
- Alternatives for Notepad++ on Mac in 2021 - NotepadPlusPlus
- Read Text file from SD Card : Android Programming - Android
- PowerShell git: The term git is not recognized as the name of a cmdlet - Microsoft
- What version of windows do I have? - Microsoft
- Create and write file in single Linux/macOS command - Linux