RE: [Updated] HOW-TO: Do a proper post on Steemit in Markdown 'Raw HTML' and not use the Editor - Beginners Guide to HTML for Steemit

You are viewing a single comment's thread from:

[Updated] HOW-TO: Do a proper post on Steemit in Markdown 'Raw HTML' and not use the Editor - Beginners Guide to HTML for Steemit

in tutorial •  8 years ago 

What's the best way to keep the first line of text hidden from the front page. So for instance if your telling a short joke, and ideally they would have to click on the post to see the whole joke, but since it's one line the entire post shows before you click on it.

Authors get paid when people like you upvote their post.
If you enjoyed what you read here, create your account today and start earning FREE STEEM!
Sort Order:  

<p>&nbsp;</p> at the very start of the post should work!

TIL: nbsp stands for

non-breaking space (" ") (also called no-break space, non-breakable space (NBSP), hard space, or fixed space) is a space character that prevents an automatic line break at its position.

I see what you did there!

Wow thanks, you're the first to give me an answer on that question :)