-
Notifications
You must be signed in to change notification settings - Fork 80
Home
Gnohz Gniy edited this page Feb 5, 2023
·
22 revisions
MarkEdit is a free and open-source Markdown editor, for macOS. It's just like TextEdit on Mac but dedicated to Markdown
.
MarkEdit doesn't support exporting Markdown files to other formats, such as PDF or Microsoft Word. Instead, you can copy Pandoc
commands in MarkEdit, and paste them into Terminal in order to execute.
The reason behind this is that we cannot do any better than Pandoc, if you write Markdown on macOS, you should really check it out: Pandoc.
For detailed usage of Pandoc, please refer to their official user manual.