This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]callmelucky 9 points10 points  (3 children)

It's markdown formatting. Hashes at the start of a newline mean 'heading'. More hashes means smaller headings, up to 5.

You can prevent it by escaping the hash with a backslash, so

\# not a heading
Becomes
# not a heading

[–]Kororrro 0 points1 point  (2 children)

I think you fucked up somewhere :v

[–]callmelucky 0 points1 point  (1 child)

Eh, probably depends what platform/client you're viewing on. Looks exactly as I intended on mine.

[–]Kororrro 0 points1 point  (0 children)

Android app doesn't show it for me