27
9 Comments

How to format Indie Hacker posts (how to add images, add headers, lists etc)

Markdown is hard sometimes.

You can just use a free editor like StackEdit.

But here is how you create formatting for Indiehacker posts.

Header

\## 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.

Subheading

To make a subheading on indiehackers, add three pound signs.
\### Subheading text

Links

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)

Embedded Tweet

Copy and paste the tweet's link as a standalone paragraph.

(Meta isn't it?)

Inline Image

Text in your post...
![The alt image text](IMAGE_URL_SERVER)
More text

Example kitten

Bold Text

**bold text**
To make bold text put two asterisk pairs around it.

Italic Text

Here are *slanted letters*
To make italic text put one asterisk pair around it.

Blockquotes

To create a blockquote, add a > in front of a paragraph.

Your a wizard Harry.

Ordered Lists

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
  1. First item
  2. Second item
  3. Third item
  4. Fourth item

Unordered lists

Use dashes -

- First item  
- Second item  
- Third item  
- Fourth item
  • First item
  • Second item
  • Third item
  • Fourth item

Markdown

To actually show markdown, in markdown, you can use the back slash \ or three tick mark pairs \ markdown content \

on November 10, 2022
  1. 3

    ^ voting for a sticky too

  2. 2

    @channingallen thanks for sharing this information.

  3. 2

    @channingallen Can you please sticky this? Or promote it a bit more? This is super helpful meta content. (@joshdance: thanks!)

  4. 2

    Great post! Where do you host your images since there's no native upload feature?

    1. 1

      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'

    2. 2

      This comment was deleted 3 years ago.

  5. 1

    Those squiggly line breaks you see everyone use comes from --- three dashes on a new line.

Trending on Indie Hackers
I built a WhatsApp AI bot for doctors in Peru — launched 3 weeks ago, 0 paying customers, and stuck waiting for Meta to approve my app User Avatar 52 comments Fixing broken scrapers instead of working on my actual product. So I made it my problem. User Avatar 44 comments I built an open-source PII masking layer for LLM APIs — early traction, looking for design partners User Avatar 33 comments How to see revenue problems before they get worse User Avatar 29 comments From broke and burned out as a PM, to launching my SaaS and optimizing my health User Avatar 27 comments I kept starting projects and dropping them. So I built a system that wouldn’t let me User Avatar 23 comments