How to Import from Markdown into Apple Notes (Mac, iPhone, iPad)

How to Import from Markdown into Apple Notes (on Mac, iPhone and iPad)

Scribbled some notes in Markdown, and when you paste into Apple Notes all you get is the plain text? Wouldn’t it make sense for Notes to read the markup and style it? Find out here how to import from Markdown into Apple Notes on Mac, iPhone and iPad ⤓.

First, the Marksideways Language

Languages for laying out plain text have interpreted the task in various ways, siding either with the reader or the writer. The point, however, is to tackle it sideways.

Powerful markup languages lay out content beautifully for readers but are a pain to write. Markdown, by contrast, favors simple composition, but at the cost of precision.

What both fail to consider, of course, is the crucial synthesizing participant: the computer itself. Since every child knows that computers love numbers, this third language, Marksideways, marks up with numbers.

1 Title
2 Heading
3 Subheading

8bold text8
7italics7

1. ordered
2. list

0. unordered
0. list

000 horizontal rule
9link title4https://ladedu.com4

(Numbers that should not be considered part of the formatting are escaped with °, e.g. °42.)

Now, before we continue — sideways — to Markforward and Markback, let’s briefly return to Markdown and see whether Apple Notes will make any sense of it:

How to Import from Markdown into Apple Notes (on Mac, iPhone and iPad)

Apple Notes for Mac

Time needed: 2 minutes

To import Markdown files into Apple Notes on a Mac:

  1. Collect all Markdown files you want to import into Apple Notes in a folder with macOS Finder.

    Here’s why: If you import a folder into Notes, all .MD files in it will turn into new notes in the current Notes folder; if you import individual .MD files, Notes collects them in a new folder for imported items.

  2. Go to the folder where you want the imported text to appear in Apple Notes.

  3. Select File | Import Markdown… from the menu.

  4. Find and highlight the folder with the Markdown files you want to import.

    Markdown files: You can also highlight individual Markdown (.MD) files, of course, to import them.
    Dragging and dropping: Instead of using menu and file selector, Apple Notes for Mac will also accept .MD files or folders dropped on its Dock icon.

  5. Click Import.

    Their word: Apple include information on importing Markdown files in the Notes User Guide.
    Importing a Markdown (.MD) file in Apple Notes for Mac

[import to](Apple Notes)

Buy La De Du a tea

Tips help fuel these email and tech how-tos.

Import from Markdown in Apple Notes for iPhone and iPad

To import the text of a Markdown file as a note in Apple Notes for iPhone and iPad:

  1. Open the Files app.
  2. Navigate to or search for the Markdown file you want to import.
    Just files: Under iOS and iPadOS, you can only import individual .MD files, not folders.
  3. Tap and hold the file.
  4. Select Share from the context menu.
    Elsewhere: You can also share a Markdown file from a text editor or browser, of course, using the sharing menu.
  5. Select Notes in the sharing sheet.
  6. Tap Import under Import to Notes?.
    Here’s what happens: Apple Notes creates a new Imported Notes folder for each import (named Imported Notes, Imported Notes 1, Imported Notes 2, etc.) and imports the note text (but not any attachments) to a new note in that folder.

Out of Google Docs? How to Export a Google Docs Document to a Markdown File

How to Import from Markdown into Apple Notes (on Mac, iPhone and iPad): FAQ

Can I paste Markdown into a Note to import?

No.

if you paste text with Markdown markup in a Note, all text will appear as plain text. The Markdown formatting is not automatically applied and turned into text formatting in Notes.

Will images be imported, too?

Only under certain circumstances.

Normally, Notes handles images like links: the description is linked to the target.
Exception: Images with the alt text "Import from" and a reference to an image in a sub-folder called "Attachments" are inserted directly during importing.
Example: ![Import from](Attachments/ladedu.png) in Markdown will insert the image ladedu.png found in the Attachments folder.

Can I export back to Markdown from Apple Notes?

Yes.

Apple Notes can turn notes into Markdown files on both macOS and iOS.

(Tested with Apple Notes 7 for macOS and iOS 26; first published April 2026)

Home » Mac Tips and Resources » How to Import from Markdown into Apple Notes (Mac, iPhone, iPad)