Markdown is hard sometimes.
You can just use a free editor like StackEdit.
But here is how you create formatting for Indiehacker posts.
\## text text
To make a heading for an indiehackers post, on a new line add two pound signs, making sure you have a space between the ## and the text.
This is technically a subheading in Markdown, but Indiehackers treats it like a heading.
To make a subheading on indiehackers, add three pound signs.
\### Subheading text
To create a link, enclose the link text (what you want it to say) in brackets e.g., [Duck Duck Go]) and then follow it immediately with the URL in parentheses (e.g., (https://duckduckgo.com)).
An anon search engine is [Duck Duck Go](https://duckduckgo.com)
Copy and paste the tweet's link as a standalone paragraph.
(Meta isn't it?)
Text in your post...

More text
Example 
**bold text**
To make bold text put two asterisk pairs around it.
Here are *slanted letters*
To make italic text put one asterisk pair around it.
To create a blockquote, add a > in front of a paragraph.
Your a wizard Harry.
To create an ordered list, add line items with numbers followed by periods. The numbers don’t have to be in numerical order, but the list should start with the number one.
1. First item
1. Second item
1. Third item
1. Fourth item
Use dashes -
- First item
- Second item
- Third item
- Fourth item
To actually show markdown, in markdown, you can use the back slash \ or three tick mark pairs \ markdown content \
^ voting for a sticky too
@channingallen thanks for sharing this information.
@channingallen Can you please sticky this? Or promote it a bit more? This is super helpful meta content. (@joshdance: thanks!)
thanks!
Great post! Where do you host your images since there's no native upload feature?
Thanks!
I use https://imgur.com/ it is free.
You just have to make sure you get the actual image URL instead of their 'share url'
This comment was deleted 3 years ago.
Those squiggly line breaks you see everyone use comes from
---three dashes on a new line.Helpful..