Markdown is the most popular way to format plain text.
Add common characters like asterisks and dashes to text, much like how you might format a quick store list in your notes app or add emphasis to a word in a text message, to structure and style your writing with Markdown. It’s more universal than rich text formatting (which depends on the program you’re using), easier to read than HTML.
Here’s how.
Mostly, write as normal. Most text doesn’t need formatting; type your words and sentences as you would anywhere. Press Return
twice after paragraphs to make sure there’s a blank line between them, otherwise there’s nothing else to think about.
When you need to format text, the core things to remember are to add hash signs before text for headers, single underscores around text for italics, double underscores for bold, and brackets+parenthesis for links. Here are the core markdown formatting options to remember:
_this_
or *this*
.__this__
or **this**
.***this***
.`this`
. Or, to add full lines of code, indent the text with a tab or four spaces.[this](https://capiche.com/)
.
> this
.# This
; use 2 hash signs for H2, 3 for H3, and so on.***
.- this
.1. this
.That’s the basics. For more advanced Markdown formatting, check John Gruber’s original Markdown documentation for more examples. And for fun, here's the story behind markdown, and how it was inspired by early email formatting.
Super helpful guide.. thanks for sharing!
I learned one more thing, thanks.
Can I write my essay on Notion, export to Markdown format (.MD) and upload it here in Capiche?
Superb!
Will try doing it TODAY.
I keep getting my quotes wrong because other platforms don't require a space after the greater-than.
Quote: Add the quoted text on its own line, then put a greater than symbol before the text like > this.
Looking for a better way to plan remote meetings across time zones, and keep up with events. What software is doing that best today?
We have 15k newsletter subscribers, and have around ~2k of them in a Slack group. We're starting to encounter issues in terms of community management - specifically, it's hard to pin content like c...
Google lets you subscribe to a calendar using a URL - although when using an Outlook 365 Calendar link, events are copied over once, and then the syncing stops. This seems to be a relatively new is...
The best way is to write in an app that lets you copy your text as markdown, either a plain text editor or something in the middle like Ulysses that has an option to copy as Markdown. Notion instead copies as rich text by default, so if you write text in Notion then copy and paste it into Capiche, it will copy over only the plain text without any Markdown formatting.
Notion does let you export as Markdown, so here's what you'd do there: