create account

Professional Tutorial for Post Formatting, both for Beginners and Advanced users. by minion

View this thread on: hive.blogpeakd.comecency.com
· @minion · (edited)
$5.86
Professional Tutorial for Post Formatting, both for Beginners and Advanced users.
Today fellow steemians I'm sharing the best tips on how to format your post to look amazing. 
<center>http://i.imgur.com/5340CGQ.png</center>
I've recently got some messages on the Steemit chat, from fellow steemians saying how my posts look great, how did you do that with the image, the text, how did you make the follow button click-able etc. So today I've decided to provide an easy guide with all the info on how to do it, for both advanced and less experienced users. You can skip to the "Combine Both" part for quick tips & examples.  
<center>For quick search to specific thing in the guide use `CTR+F`to use find option in your browser.</center>

<center>Most of you format your posts in markdown, but what many don't know that you can use HTML as well, even combine these two to get some 
**amazing results**</center>
<center>_The text above combines markdown with HTML, as well as this one with an ease_</center>
<center>`Breakdown`</center>
<center>`<center>Most of you format your posts in markdown, but what many don't know that you can use HTML as well, even combine these two to get some**amazing results**</center>`</center>

<center>`<center>_The text above combines markdown with HTML, as well as this one with an ease_</center>`</center>

<center>Now that you've got a teaser on how simple and easy it is, let's dive in for some more options.</center>

<center><h2>Markdown</h2></center>
Below are the commands used in markdown and on how to use them, this is not the full list and I've excluded the one's you probably won't be using. Preview is first after that follows the code in the table. 
------
<center>Headers</center>
--

# H1
## H2
### H3
#### H4
##### H5
###### H6

<pre lang="no-highlight"><code>
# H1
## H2
### H3
#### H4
##### H5
###### H6
</code></pre>

------
<center>Italics & Bold</center>
--

Emphasis, aka italics, with *asterisks* or _underscores_.

Strong emphasis, aka bold, with **asterisks** or __underscores__.

Combined emphasis with **asterisks and _underscores_**.

Strikethrough uses two tildes. ~~Scratch this.~~

<pre lang="no-highlight"><code> 
Emphasis, aka italics, with *asterisks* or _underscores_.
Strong emphasis, aka bold, with **asterisks** or __underscores__.
Combined emphasis with **asterisks and _underscores_**.
Strikethrough uses two tildes. ~~Scratch this.~~
 </code></pre>

-------
<center>Links</center>
--

[I'm an link to google](https://www.google.com)

<pre lang="no-highlight"><code> 
[I'm an link to google](https://www.google.com)
 </code></pre>

------
<center>Images</center>
--
Using the direct image link
(*Right Click on Image > Copy Image Address or Open in new tab & copy link*)
*The link should have a; .jpg ; .png or .gif 90% of the time, those are extensions for images*
https://developer.chrome.com/extensions/examples/api/extension/isAllowedAccess/sample-128.png
<pre lang="no-highlight"><code> 
Using the direct image link
https://developer.chrome.com/extensions/examples/api/extension/isAllowedAccess/sample-128.png
 </code></pre>

-----

<center>Lists, Block quotes  & Separators</center>
--
* I'm In a list
- Or minus
+ Or plus
<pre lang="no-highlight"><code> 
* I'm In a list
- Or minus
+ Or plus
 </code></pre>

> I don't quote anyone.
<pre lang="no-highlight"><code> 
> I don't quote anyone.
</code></pre>

Three or more...

---
<pre lang="no-highlight"><code> 
Three or more...
---
You can also use *** and ___.
</code></pre>

-----
<center>Tables</center>
---

Example:
Super | Simple | Table
--- | --- | ---
*Easy* | `nice` | **looks**
1 | 2 | 3

<pre lang="no-highlight"><code> 
Example:
Super | Simple | Table
--- | --- | ---
*Easy* | `nice` | **looks**
1 | 2 | 3
</code></pre>

-----
<center>YouTube Videos</center>
---

Direct Link:
https://www.youtube.com/watch?v=9bZkp7q19f0

<pre lang="no-highlight"><code> 
Direct Link:
https://www.youtube.com/watch?v=9bZkp7q19f0
</code></pre>

-----

<center><h2>HTML</h2></center>
Because of some html functionality not working on Steemit and that It's easier to use Markdown to format 95% of the post, I've included only a few html  codes.
-----

<center>Text</center>
---
<b>Bold text</b>
<sup>Superscript text</sup>

`<b>Bold text</b>`
`<sup>Superscript text</sup>`
-----

<center><h2>Combine Both</h2></center>
Now that we know some commands, before we put them to use, you can go [Here](https://github.com/adam-p/markdown-here/wiki/Markdown-Cheatsheet)for the Full Markdown cheat-sheet and [Here](http://www.w3schools.com/html/default.asp) for the Full HTML one if your interested. Now for the fun part. I'll show you some easy to remember examples on how to use these in every post. 

<center>I'm In the middle</center>

`<center>I'm In the middle</center>`

Simply at the start of anything you want in center put `<center> `in front and `</center>`at the end.
You can also style the text with markdown that's being "centered".

<center> This Image is in the middle</center>
<center>https://developer.chrome.com/extensions/examples/api/extension/isAllowedAccess/sample-128.png<center>
<center> This Image is in the middle and if you open it in a new tab it will take you to **www.google.com**</center>
<center><a href="https://www.google.com" target="_new"><img alt="" border="0" src="https://developer.chrome.com/extensions/examples/api/extension/isAllowedAccess/sample-128.png" /></a></center>

`<center> This Image is in the middle</center>`
`<center>https://developer.chrome.com/extensions/examples/api/extension/isAllowedAccess/sample-128.png<center>`

`<center> This Image is in the middle and if you open it in a new tab it will take you to **www.google.com**</center>`
`<center><a href="https://www.google.com" target="_new"><img alt="" border="0" src="https://developer.chrome.com/extensions/examples/api/extension/isAllowedAccess/sample-128.png" /></a></center>`

I'm also using this post to bring attention to an what I think important message to the dev's. The html for `ref=_blank` doesn't work in other words, links that Open In new tab once you click on them. I'd love to see this implemented as soon as possible.
_____
<center>Thank you for reading this guide. I hope that the knowledge gained from this post will help you in making better posts in the future.</center>

<center><a href="https://steemit.com/@minion" target="_new"><img alt="" border="0" src="http://i.imgur.com/FzBLPgp.gif" /></a></center>
👍  , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , and 180 others
properties (23)
authorminion
permlinkprofessional-tutorial-for-post-formatting-both-for-beginners-and-advanced-users
categorywriting
json_metadata{"tags":["writing","blog","steemit","format","steem-help"],"image":["http://i.imgur.com/5340CGQ.png","https://developer.chrome.com/extensions/examples/api/extension/isAllowedAccess/sample-128.png","http://i.imgur.com/FzBLPgp.gif"],"links":["https://www.google.com","https://www.youtube.com/watch?v=9bZkp7q19f0","https://github.com/adam-p/markdown-here/wiki/Markdown-Cheatsheet","https://steemit.com/@minion"]}
created2016-08-17 15:25:27
last_update2016-08-18 11:39:15
depth0
children81
last_payout2016-09-17 18:40:36
cashout_time1969-12-31 23:59:59
total_payout_value5.026 HBD
curator_payout_value0.837 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length6,371
author_reputation3,133,996,004,573
root_title"Professional Tutorial for Post Formatting, both for Beginners and Advanced users."
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id854,221
net_rshares4,601,397,870,891
author_curate_reward""
vote details (244)
@alxgraham ·
Thanks for this Minion. Much appreciated.
properties (22)
authoralxgraham
permlinkre-minion-professional-tutorial-for-post-formatting-both-for-beginners-and-advanced-users-20171225t061937576z
categorywriting
json_metadata{"tags":["writing"],"app":"steemit/0.1"}
created2017-12-25 06:19:36
last_update2017-12-25 06:19:36
depth1
children0
last_payout2018-01-01 06:19:36
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length41
author_reputation5,751,581,670,854
root_title"Professional Tutorial for Post Formatting, both for Beginners and Advanced users."
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id25,123,235
net_rshares0
@annzue ·
Good to know the Formating, this is my first comment. let see what i can support for this community.


Cheers
properties (22)
authorannzue
permlinkre-minion-professional-tutorial-for-post-formatting-both-for-beginners-and-advanced-users-20171113t133041901z
categorywriting
json_metadata{"tags":["writing"],"app":"steemit/0.1"}
created2017-11-13 13:30:42
last_update2017-11-13 13:30:42
depth1
children0
last_payout2017-11-20 13:30:42
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length109
author_reputation0
root_title"Professional Tutorial for Post Formatting, both for Beginners and Advanced users."
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id20,251,795
net_rshares0
@arthur.grafo · (edited)
Hi. Just got accepted and am trying to work out how to make sense and learn from your excellent tutorial.
Maybe I should have first studied a lot more, like etiquette etc, how to thank with points etc, but I was eager to learn an answer to a pressing problem I foresee, with regard to formatting, so I apologise in advance if I step on any toes.
I write Science Fiction & Fantasy books and in total (not that I'll post that much), the stories equal about 26,000 pages. To make changes to my books is not an easy solution. Let me explain.
I am writing the books, but actually, what I am doing is copying the diaries of the principal family. When we both realised what is happening, we had to make some rules so that I don't mess up their lives. One font is the story font, and anything I write using it, affects them (through my assuming as the Author). When we chat, I use another font and I can say anything without affecting them.
This means I use a variety of fonts and ink colours. I have been wondering how I can adapt to placing the stories in Steemit, but I only see one answer and I do not know whether it would be acceptable.

What if I turn each page into a photo (jpg) and post the photos? I'd then be able to keep my layout, fonts, colours and the odd picture or drawing - and I would not have to re-write all those pages!
Does what I'm hoping to do make sense?
Thanks.
properties (22)
authorarthur.grafo
permlinkre-minion-professional-tutorial-for-post-formatting-both-for-beginners-and-advanced-users-20170925t230446063z
categorywriting
json_metadata{"tags":["writing"],"app":"steemit/0.1"}
created2017-09-25 23:01:27
last_update2017-09-26 13:41:15
depth1
children1
last_payout2017-10-02 23:01:27
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length1,381
author_reputation99,291,254,449,732
root_title"Professional Tutorial for Post Formatting, both for Beginners and Advanced users."
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id15,929,348
net_rshares0
@minion ·
Well that would be the easiest way to do it, since as far as i know, Steemit doesn't support other fonts. Good luck and your welcome! :)
👍  ,
properties (23)
authorminion
permlinkre-arthurgrafo-re-minion-professional-tutorial-for-post-formatting-both-for-beginners-and-advanced-users-20171001t225451408z
categorywriting
json_metadata{"tags":["writing"],"app":"steemit/0.1"}
created2017-10-01 22:54:51
last_update2017-10-01 22:54:51
depth2
children0
last_payout2017-10-08 22:54:51
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length136
author_reputation3,133,996,004,573
root_title"Professional Tutorial for Post Formatting, both for Beginners and Advanced users."
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id16,513,261
net_rshares1,222,461,450
author_curate_reward""
vote details (2)
@bigdizzle91 ·
man i just found this after a month on steemit and damn i wish i found it day one. awesome informative post and even if its a bit late im gunna resteem it now. thank you very much
properties (22)
authorbigdizzle91
permlinkre-minion-professional-tutorial-for-post-formatting-both-for-beginners-and-advanced-users-20171001t080556692z
categorywriting
json_metadata{"tags":["writing"],"app":"steemit/0.1"}
created2017-10-01 08:05:54
last_update2017-10-01 08:05:54
depth1
children0
last_payout2017-10-08 08:05:54
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length179
author_reputation39,828,100,207,516
root_title"Professional Tutorial for Post Formatting, both for Beginners and Advanced users."
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id16,448,883
net_rshares0
@chesiq · (edited)
Thank you! 
I have formated my post THE WAY IT SHOULD HAVE BEEN!!! FUK YEH!

Now.. don't mean to be rude or anything but you should include like the first thing is that you can do THIS:  
<center ><h1>Title</h1></center>

by adding h1 tag inside of a center tag. It's obvious when you know it but I had to google for additional answers to get that. If you include it I think your post will become 100% complete mark up guide you need to know.

Here is what I came up with thanks to you:
https://steemit.com/introduceyourself/@chesiq/introduction-real-story-of-both-success-and-failure-a-poll-and-an-announcement-all-in-one
👍  
properties (23)
authorchesiq
permlinkre-minion-professional-tutorial-for-post-formatting-both-for-beginners-and-advanced-users-20170924t185806966z
categorywriting
json_metadata{"tags":["writing"],"app":"steemit/0.1","links":["https://steemit.com/introduceyourself/@chesiq/introduction-real-story-of-both-success-and-failure-a-poll-and-an-announcement-all-in-one"]}
created2017-09-24 18:58:06
last_update2017-09-24 19:21:15
depth1
children0
last_payout2017-10-01 18:58:06
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length622
author_reputation1,071,938,550
root_title"Professional Tutorial for Post Formatting, both for Beginners and Advanced users."
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id15,820,648
net_rshares0
author_curate_reward""
vote details (1)
@choke ·
Thanks for this post, really helpful stuff for newbies like myself! ;)
properties (22)
authorchoke
permlinkre-minion-professional-tutorial-for-post-formatting-both-for-beginners-and-advanced-users-20180316t202206564z
categorywriting
json_metadata{"tags":["writing"],"app":"steemit/0.1"}
created2018-03-16 20:23:21
last_update2018-03-16 20:23:21
depth1
children0
last_payout2018-03-23 20:23:21
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length70
author_reputation14,089,934,495
root_title"Professional Tutorial for Post Formatting, both for Beginners and Advanced users."
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id44,823,668
net_rshares0
@choke ·
Thanks for this post, really helpful stuff for newbies like myself! ;)
properties (22)
authorchoke
permlinkre-minion-professional-tutorial-for-post-formatting-both-for-beginners-and-advanced-users-20180316t202403594z
categorywriting
json_metadata{"tags":["writing"],"app":"steemit/0.1"}
created2018-03-16 20:24:03
last_update2018-03-16 20:24:03
depth1
children0
last_payout2018-03-23 20:24:03
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length70
author_reputation14,089,934,495
root_title"Professional Tutorial for Post Formatting, both for Beginners and Advanced users."
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id44,823,685
net_rshares0
@condra ·
This is perfect. Thanks for the tips.
👍  
👎  
properties (23)
authorcondra
permlinkre-minion-professional-tutorial-for-post-formatting-both-for-beginners-and-advanced-users-20160818t013505058z
categorywriting
json_metadata{"tags":["writing"]}
created2016-08-18 01:34:42
last_update2016-08-18 01:34:42
depth1
children0
last_payout2016-09-17 18:40:36
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length37
author_reputation56,189,611,335,832
root_title"Professional Tutorial for Post Formatting, both for Beginners and Advanced users."
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id863,348
net_rshares729,392,482
author_curate_reward""
vote details (2)
@condra ·
Thanks @minion for your support on that other issue. You're the real deal. Following and supporting you.
👍  
👎  
properties (23)
authorcondra
permlinkre-minion-professional-tutorial-for-post-formatting-both-for-beginners-and-advanced-users-20160819t171337227z
categorywriting
json_metadata{"tags":["writing"],"users":["minion"]}
created2016-08-19 17:13:15
last_update2016-08-19 17:13:15
depth1
children0
last_payout2016-09-17 18:40:36
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length104
author_reputation56,189,611,335,832
root_title"Professional Tutorial for Post Formatting, both for Beginners and Advanced users."
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id892,265
net_rshares-59,711,584
author_curate_reward""
vote details (2)
@csabhishekkumar ·
Hello guys... I am new here..  so, please share some links about how to write and format my post to make them better and also How to make my post attractive.
properties (22)
authorcsabhishekkumar
permlinkre-minion-professional-tutorial-for-post-formatting-both-for-beginners-and-advanced-users-20180225t062240288z
categorywriting
json_metadata{"tags":["writing"],"app":"steemit/0.1"}
created2018-02-25 06:22:45
last_update2018-02-25 06:22:45
depth1
children0
last_payout2018-03-04 06:22:45
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length157
author_reputation1,921,383,431
root_title"Professional Tutorial for Post Formatting, both for Beginners and Advanced users."
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id40,265,747
net_rshares0
@dcardinal ·
HTML is the way to go - thanks!
properties (22)
authordcardinal
permlinkre-minion-professional-tutorial-for-post-formatting-both-for-beginners-and-advanced-users-20170710t131708535z
categorywriting
json_metadata{"tags":["writing"],"app":"steemit/0.1"}
created2017-07-10 13:17:06
last_update2017-07-10 13:17:06
depth1
children1
last_payout2017-07-17 13:17:06
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length31
author_reputation362,232,691
root_title"Professional Tutorial for Post Formatting, both for Beginners and Advanced users."
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id7,984,948
net_rshares0
@minion ·
Your welcome! :)
properties (22)
authorminion
permlinkre-dcardinal-re-minion-professional-tutorial-for-post-formatting-both-for-beginners-and-advanced-users-20170712t004608756z
categorywriting
json_metadata{"tags":["writing"],"app":"steemit/0.1"}
created2017-07-12 00:46:06
last_update2017-07-12 00:46:06
depth2
children0
last_payout2017-07-19 00:46:06
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length16
author_reputation3,133,996,004,573
root_title"Professional Tutorial for Post Formatting, both for Beginners and Advanced users."
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id8,171,908
net_rshares0
@disarrangedjane ·
Since it's too late to resteem this, I'm going to include this link in my post about formatting this weekend. I have been looking for something this simple to understand and concise for **months**!! Thank you!!!!!
properties (22)
authordisarrangedjane
permlinkre-minion-professional-tutorial-for-post-formatting-both-for-beginners-and-advanced-users-20180511t162640571z
categorywriting
json_metadata{"tags":["writing"],"app":"steemit/0.1"}
created2018-05-11 16:26:39
last_update2018-05-11 16:26:39
depth1
children0
last_payout2018-05-18 16:26:39
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length213
author_reputation2,225,122,306,759
root_title"Professional Tutorial for Post Formatting, both for Beginners and Advanced users."
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id55,151,735
net_rshares0
@dosmakoff ·
OMG, this post is so awesome and so helpful, especially for me, a newbie noob struggling with Markdown :D Thank you!

Following you. Now and always.
properties (22)
authordosmakoff
permlinkre-minion-professional-tutorial-for-post-formatting-both-for-beginners-and-advanced-users-20170810t181734229z
categorywriting
json_metadata{"tags":["writing"],"app":"steemit/0.1"}
created2017-08-10 18:17:36
last_update2017-08-10 18:17:36
depth1
children1
last_payout2017-08-17 18:17:36
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length148
author_reputation10,239,110,412
root_title"Professional Tutorial for Post Formatting, both for Beginners and Advanced users."
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id11,422,929
net_rshares0
@minion ·
I'm glad I could help, all the best.
properties (22)
authorminion
permlinkre-dosmakoff-re-minion-professional-tutorial-for-post-formatting-both-for-beginners-and-advanced-users-20170821t003556507z
categorywriting
json_metadata{"tags":["writing"],"app":"steemit/0.1"}
created2017-08-21 00:35:54
last_update2017-08-21 00:35:54
depth2
children0
last_payout2017-08-28 00:35:54
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length36
author_reputation3,133,996,004,573
root_title"Professional Tutorial for Post Formatting, both for Beginners and Advanced users."
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id12,391,540
net_rshares0
@dresden ·
Nice article!
👍  
properties (23)
authordresden
permlinkre-minion-professional-tutorial-for-post-formatting-both-for-beginners-and-advanced-users-20160916t170945800z
categorywriting
json_metadata{"tags":["writing"]}
created2016-09-16 17:09:45
last_update2016-09-16 17:09:45
depth1
children0
last_payout2016-09-17 18:40:36
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length13
author_reputation134,257,981,962,690
root_title"Professional Tutorial for Post Formatting, both for Beginners and Advanced users."
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id1,267,906
net_rshares0
author_curate_reward""
vote details (1)
@farmstead ·
$0.28
Hi! I just wanted to let you know that I referenced this post in my recent blog about formatting. https://steemit.com/steemit/@farmstead/markdown-editor-make-posts-easier
👍  , , , , ,
properties (23)
authorfarmstead
permlinkre-minion-professional-tutorial-for-post-formatting-both-for-beginners-and-advanced-users-20170621t203701177z
categorywriting
json_metadata{"tags":["writing"],"links":["https://steemit.com/steemit/@farmstead/markdown-editor-make-posts-easier"],"app":"steemit/0.1"}
created2017-06-21 20:37:00
last_update2017-06-21 20:37:00
depth1
children1
last_payout2017-06-28 20:37:00
cashout_time1969-12-31 23:59:59
total_payout_value0.210 HBD
curator_payout_value0.070 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length170
author_reputation3,172,586,314,711
root_title"Professional Tutorial for Post Formatting, both for Beginners and Advanced users."
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id5,543,253
net_rshares20,886,674,007
author_curate_reward""
vote details (6)
@minion ·
Thanks!
👍  
properties (23)
authorminion
permlinkre-farmstead-re-minion-professional-tutorial-for-post-formatting-both-for-beginners-and-advanced-users-20170623t033925076z
categorywriting
json_metadata{"tags":["writing"],"app":"steemit/0.1"}
created2017-06-23 03:39:18
last_update2017-06-23 03:39:18
depth2
children0
last_payout2017-06-30 03:39:18
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length7
author_reputation3,133,996,004,573
root_title"Professional Tutorial for Post Formatting, both for Beginners and Advanced users."
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id5,718,881
net_rshares0
author_curate_reward""
vote details (1)
@gabbyg86 ·
Thank you for this info. I'm going to bookmark this for sure.
properties (22)
authorgabbyg86
permlinkre-minion-professional-tutorial-for-post-formatting-both-for-beginners-and-advanced-users-20180207t092726713z
categorywriting
json_metadata{"tags":["writing"],"app":"steemit/0.1"}
created2018-02-07 09:27:21
last_update2018-02-07 09:27:21
depth1
children0
last_payout2018-02-14 09:27:21
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length61
author_reputation12,895,398,659,238
root_title"Professional Tutorial for Post Formatting, both for Beginners and Advanced users."
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id35,620,222
net_rshares0
@gatmi ·
Good article. Thank you for the reinforcement for utilizing Markdown.
properties (22)
authorgatmi
permlinkre-minion-professional-tutorial-for-post-formatting-both-for-beginners-and-advanced-users-20170521t050703251z
categorywriting
json_metadata{"tags":["writing"],"app":"steemit/0.1"}
created2017-05-21 05:07:12
last_update2017-05-21 05:07:12
depth1
children0
last_payout2017-05-28 05:07:12
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length69
author_reputation204,920,319,810
root_title"Professional Tutorial for Post Formatting, both for Beginners and Advanced users."
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id3,620,441
net_rshares0
@gazetagaleguia ·
Hello. 
Your post is now a reference in the [Como formatear un texto con markdown](https://www.steem.center/index.php?title=C%C3%B3mo_formatear_un_texto_co_Markdown) in the steem.central wiki in galego.
Thank you very much for your contributions.
Best Regards.
👍  
properties (23)
authorgazetagaleguia
permlinkre-minion-professional-tutorial-for-post-formatting-both-for-beginners-and-advanced-users-20170704t110015665z
categorywriting
json_metadata{"tags":["writing"],"links":["https://www.steem.center/index.php?title=C%C3%B3mo_formatear_un_texto_co_Markdown"],"app":"steemit/0.1"}
created2017-07-04 11:00:15
last_update2017-07-04 11:00:15
depth1
children1
last_payout2017-07-11 11:00:15
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length260
author_reputation988,689,266,605
root_title"Professional Tutorial for Post Formatting, both for Beginners and Advanced users."
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id7,261,382
net_rshares0
author_curate_reward""
vote details (1)
@minion ·
Thank you! :)
properties (22)
authorminion
permlinkre-gazetagaleguia-re-minion-professional-tutorial-for-post-formatting-both-for-beginners-and-advanced-users-20170712t004804331z
categorywriting
json_metadata{"tags":["writing"],"app":"steemit/0.1"}
created2017-07-12 00:48:00
last_update2017-07-12 00:48:00
depth2
children0
last_payout2017-07-19 00:48:00
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length13
author_reputation3,133,996,004,573
root_title"Professional Tutorial for Post Formatting, both for Beginners and Advanced users."
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id8,172,049
net_rshares0
@grigoryovov ·
Good to know! Thank you :))))
properties (22)
authorgrigoryovov
permlinkre-minion-professional-tutorial-for-post-formatting-both-for-beginners-and-advanced-users-20171025t060915880z
categorywriting
json_metadata{"tags":["writing"],"app":"steemit/0.1"}
created2017-10-25 06:09:21
last_update2017-10-25 06:09:21
depth1
children0
last_payout2017-11-01 06:09:21
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length29
author_reputation2,810,693,324
root_title"Professional Tutorial for Post Formatting, both for Beginners and Advanced users."
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id18,506,859
net_rshares0
@haphazard-hstead ·
Do you know of any way to get an image within a post, that is not the first image, to appear as a thumbnail? I have read through a lot of tutorials, and I've tried experiments when it's late so it doesn't interfere with the busy posting times. But I haven't gotten anything to work. Sometimes it's not the first image that most captures the essence of a post that would work well in a thumbnail. Thanks!
properties (22)
authorhaphazard-hstead
permlinkre-minion-professional-tutorial-for-post-formatting-both-for-beginners-and-advanced-users-20160914t013411660z
categorywriting
json_metadata{"tags":["writing"]}
created2016-09-14 01:34:06
last_update2016-09-14 01:34:06
depth1
children7
last_payout2016-09-17 18:40:36
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length403
author_reputation36,666,374,575,794
root_title"Professional Tutorial for Post Formatting, both for Beginners and Advanced users."
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id1,238,789
net_rshares0
@minion ·
I can't guarantee this, but seems as if the HTML image code is preferred as thumbnail, so putting a basic link first and a link coded in html should place the html image as thumbnail, but again I'm not sure about this and I didn't test it.
properties (22)
authorminion
permlinkre-haphazard-hstead-re-minion-professional-tutorial-for-post-formatting-both-for-beginners-and-advanced-users-20160914t015659991z
categorywriting
json_metadata{"tags":["writing"]}
created2016-09-14 01:56:54
last_update2016-09-14 01:56:54
depth2
children6
last_payout2016-09-17 18:40:36
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length239
author_reputation3,133,996,004,573
root_title"Professional Tutorial for Post Formatting, both for Beginners and Advanced users."
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id1,238,962
net_rshares0
@haphazard-hstead ·
Thanks for giving me something to go on. I'll test it. 
I'm glad I saw this post within the 30 day limit, so I could ask a question. Thanks for replying.
properties (22)
authorhaphazard-hstead
permlinkre-minion-re-haphazard-hstead-re-minion-professional-tutorial-for-post-formatting-both-for-beginners-and-advanced-users-20160914t043555709z
categorywriting
json_metadata{"tags":["writing"]}
created2016-09-14 04:35:48
last_update2016-09-14 04:35:48
depth3
children0
last_payout2016-09-17 18:40:36
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length153
author_reputation36,666,374,575,794
root_title"Professional Tutorial for Post Formatting, both for Beginners and Advanced users."
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id1,239,985
net_rshares0
@haphazard-hstead · (edited)
Nope. I tried using the markdown code for the first image and HTML for the second. The first image came up. I also tried making the 2nd image the header image by surrounding it with  the level 1 header tags, but that didn't work either. It sure would be nice to be able to figure something out! Thanks for giving me something to test.
👍  
properties (23)
authorhaphazard-hstead
permlinkre-minion-re-haphazard-hstead-re-minion-professional-tutorial-for-post-formatting-both-for-beginners-and-advanced-users-20160914t053227853z
categorywriting
json_metadata{"tags":["writing"]}
created2016-09-14 05:32:21
last_update2016-09-14 05:33:24
depth3
children4
last_payout2016-09-17 18:40:36
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length334
author_reputation36,666,374,575,794
root_title"Professional Tutorial for Post Formatting, both for Beginners and Advanced users."
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id1,240,316
net_rshares6,910,380,667
author_curate_reward""
vote details (1)
@inkha ·
Great thats helpful thanks
👍  
properties (23)
authorinkha
permlinkre-minion-professional-tutorial-for-post-formatting-both-for-beginners-and-advanced-users-20160817t181858864z
categorywriting
json_metadata{"tags":["writing"]}
created2016-08-17 18:18:57
last_update2016-08-17 18:18:57
depth1
children0
last_payout2016-09-17 18:40:36
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length26
author_reputation2,201,489,522,884
root_title"Professional Tutorial for Post Formatting, both for Beginners and Advanced users."
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id856,852
net_rshares0
author_curate_reward""
vote details (1)
@jacobrobertwoods ·
Seriously useful post.
properties (22)
authorjacobrobertwoods
permlinkre-minion-professional-tutorial-for-post-formatting-both-for-beginners-and-advanced-users-20180403t094901649z
categorywriting
json_metadata{"tags":["writing"],"app":"steemit/0.1"}
created2018-04-03 09:49:03
last_update2018-04-03 09:49:03
depth1
children0
last_payout2018-04-10 09:49:03
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length22
author_reputation43,744,403
root_title"Professional Tutorial for Post Formatting, both for Beginners and Advanced users."
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id48,089,026
net_rshares0
@jameshsmitharts ·
Thanks, this really helps my friends joining steemit
properties (22)
authorjameshsmitharts
permlinkre-minion-professional-tutorial-for-post-formatting-both-for-beginners-and-advanced-users-20171029t175836292z
categorywriting
json_metadata{"tags":["writing"],"app":"steemit/0.1"}
created2017-10-29 17:58:39
last_update2017-10-29 17:58:39
depth1
children0
last_payout2017-11-05 17:58:39
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length52
author_reputation10,859,269,986,990
root_title"Professional Tutorial for Post Formatting, both for Beginners and Advanced users."
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id18,899,764
net_rshares0
@jessicaleebrooke ·
This post is so helpful! Thank you for creating it. I am excited to try out some of your suggestions. Have upvoted this post :)
👍  
properties (23)
authorjessicaleebrooke
permlinkre-minion-professional-tutorial-for-post-formatting-both-for-beginners-and-advanced-users-20171210t040559690z
categorywriting
json_metadata{"tags":["writing"],"app":"steemit/0.1"}
created2017-12-10 04:02:03
last_update2017-12-10 04:02:03
depth1
children0
last_payout2017-12-17 04:02:03
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length127
author_reputation4,918,226,221
root_title"Professional Tutorial for Post Formatting, both for Beginners and Advanced users."
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id22,953,740
net_rshares1,160,516,175
author_curate_reward""
vote details (1)
@jorgerp ·
thanks you so much!
properties (22)
authorjorgerp
permlinkre-minion-professional-tutorial-for-post-formatting-both-for-beginners-and-advanced-users-20180130t035612296z
categorywriting
json_metadata{"tags":["writing"],"app":"steemit/0.1"}
created2018-01-30 04:16:21
last_update2018-01-30 04:16:21
depth1
children0
last_payout2018-02-06 04:16:21
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length19
author_reputation498,060,028
root_title"Professional Tutorial for Post Formatting, both for Beginners and Advanced users."
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id33,462,717
net_rshares0
@judyd100 ·
As a newbie to Steem (and to markdown itself) I appreciate any good tips I get on improving the appearance of the posts. Can I ask: when steemit comes out of beta, will there be toolbars and all the perks and whistles that most forums seem to have these days? 

Please--don't get me wrong! I love SteemIt--I just think anything that makes it easier to post our content is going to draw new writers like flies to honey!

Thanks for the article!
👍  ,
properties (23)
authorjudyd100
permlinkre-minion-professional-tutorial-for-post-formatting-both-for-beginners-and-advanced-users-20160817t153102644z
categorywriting
json_metadata{"tags":["writing"]}
created2016-08-17 15:31:00
last_update2016-08-17 15:31:00
depth1
children1
last_payout2016-09-17 18:40:36
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length443
author_reputation460,617,989,391
root_title"Professional Tutorial for Post Formatting, both for Beginners and Advanced users."
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id854,308
net_rshares0
author_curate_reward""
vote details (2)
@minion ·
Your right, improvement will come over time and formatting the post will be easier. But for now we'll have to stick to Markdown and  a bit of HMTL to make our posts look good! :)
👍  , , , ,
properties (23)
authorminion
permlinkre-judyd100-re-minion-professional-tutorial-for-post-formatting-both-for-beginners-and-advanced-users-20160817t153344176z
categorywriting
json_metadata{"tags":["writing"]}
created2016-08-17 15:33:39
last_update2016-08-17 15:33:39
depth2
children0
last_payout2016-09-17 18:40:36
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length178
author_reputation3,133,996,004,573
root_title"Professional Tutorial for Post Formatting, both for Beginners and Advanced users."
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id854,357
net_rshares178,351,229
author_curate_reward""
vote details (5)
@kayeliz ·
$0.03
Thanks so much @minion, that's really helpful to a newbie like me. I'm more familiar with HTML than Markdown but I'll get the hang of it with this kind of help I'm sure. :)
👍  
properties (23)
authorkayeliz
permlinkre-minion-professional-tutorial-for-post-formatting-both-for-beginners-and-advanced-users-20170622t113048516z
categorywriting
json_metadata{"tags":["writing"],"users":["minion"],"app":"steemit/0.1"}
created2017-06-22 11:30:51
last_update2017-06-22 11:30:51
depth1
children1
last_payout2017-06-29 11:30:51
cashout_time1969-12-31 23:59:59
total_payout_value0.020 HBD
curator_payout_value0.005 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length172
author_reputation598,875,909
root_title"Professional Tutorial for Post Formatting, both for Beginners and Advanced users."
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id5,617,671
net_rshares2,088,667,400
author_curate_reward""
vote details (1)
@minion ·
$0.25
I'm glad I could help out, happy steeming! :))
👍  ,
properties (23)
authorminion
permlinkre-kayeliz-re-minion-professional-tutorial-for-post-formatting-both-for-beginners-and-advanced-users-20170623t034028395z
categorywriting
json_metadata{"tags":["writing"],"app":"steemit/0.1"}
created2017-06-23 03:40:21
last_update2017-06-23 03:40:21
depth2
children0
last_payout2017-06-30 03:40:21
cashout_time1969-12-31 23:59:59
total_payout_value0.246 HBD
curator_payout_value0.005 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length46
author_reputation3,133,996,004,573
root_title"Professional Tutorial for Post Formatting, both for Beginners and Advanced users."
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id5,718,963
net_rshares20,468,940,527
author_curate_reward""
vote details (2)
@linkback-bot-v0 ·
linkback bot is contemplating android sheeps
<div>  <p>  This post has been linked to from another place on Steem.  </p>  <ul>        <li>      <a href="https://steemit.com/steemsquad/@shadowspub/monday-ramble-through-steemit-notes-on-my-favourite-reads-sept-5"> Monday Ramble Through Steemit -- Notes On My Favourite Reads Sept. 5 </a>      by      <a href="https://steemit.com/@shadowspub">  @shadowspub </a>     </li>        <li>      <a href="https://steemit.com/steemit/@voltarius/finding-success-on-steemit-in-5-steps"> Finding Success on Steemit in 5 Steps </a>      by      <a href="https://steemit.com/@voltarius">  @voltarius </a>     </li>        <li>      <a href="https://steemit.com/steemit/@shenanigator/official-steemit-faq-rough-draft-your-edits-are-needed"> OFFICIAL Steemit FAQ - Rough Draft - I Need Your Input! </a>      by      <a href="https://steemit.com/@shenanigator">  @shenanigator </a>     </li>        <li>      <a href="https://steemit.com/steemit/@lpfaust/sharing-the-love-and-the-spotlight-purveyor-of-fine-content-more-hidden-gems-6"> Sharing the Love and the Spotlight : Purveyor of Fine Content (More Hidden Gems 6) </a>      by      <a href="https://steemit.com/@lpfaust">  @lpfaust </a>     </li>      </ul>  <p>  <a href="https://steemit.com/steemit/@ontofractal/steem-linkback-bot-update-v0-2-release">    About linkback bot</a>. Please upvote if you like the bot and want to support its development.   </p></div>
properties (22)
authorlinkback-bot-v0
permlinkre-minion-professional-tutorial-for-post-formatting-both-for-beginners-and-advanced-users-linkbacks
categorywriting
json_metadata{}
created2016-09-07 23:15:06
last_update2016-09-07 23:15:06
depth1
children1
last_payout2016-09-17 18:40:36
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length1,408
author_reputation1,915,954,976,722
root_title"Professional Tutorial for Post Formatting, both for Beginners and Advanced users."
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id1,165,434
net_rshares0
@anthonychidi ·
Nice.
properties (22)
authoranthonychidi
permlinkre-linkback-bot-v0-re-minion-professional-tutorial-for-post-formatting-both-for-beginners-and-advanced-users-linkbacks-20170625t153902071z
categorywriting
json_metadata{"tags":["writing"],"app":"steemit/0.1"}
created2017-06-25 15:39:09
last_update2017-06-25 15:39:09
depth2
children0
last_payout2017-07-02 15:39:09
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length5
author_reputation18,135,849
root_title"Professional Tutorial for Post Formatting, both for Beginners and Advanced users."
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id6,056,622
net_rshares0
@lpfaust ·
I truly enjoy the art of Text Illumination, which speaks to why I love this blog post. It's about making meaningful blogs more beautiful. Thanks for a practical tool guide (which now resides in my bookmarks bar). I have upvoted this blog post and will feature it in my daily gems blog this evening. 

Great content.
👍  ,
properties (23)
authorlpfaust
permlinkre-minion-professional-tutorial-for-post-formatting-both-for-beginners-and-advanced-users-20160818t015143229z
categorywriting
json_metadata{"tags":["writing"]}
created2016-08-18 01:51:36
last_update2016-08-18 01:51:36
depth1
children0
last_payout2016-09-17 18:40:36
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length315
author_reputation69,268,196,173,999
root_title"Professional Tutorial for Post Formatting, both for Beginners and Advanced users."
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id863,557
net_rshares1,441,284,822
author_curate_reward""
vote details (2)
@lucassantos ·
Thanks for the article! I was figuring out how to make tags work here. I did use it for my #Introduceyourself post :)
properties (22)
authorlucassantos
permlinkre-minion-professional-tutorial-for-post-formatting-both-for-beginners-and-advanced-users-20180111t223909682z
categorywriting
json_metadata{"tags":["writing","introduceyourself"],"app":"steemit/0.1"}
created2018-01-11 22:39:09
last_update2018-01-11 22:39:09
depth1
children0
last_payout2018-01-18 22:39:09
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length117
author_reputation1,156,903,263
root_title"Professional Tutorial for Post Formatting, both for Beginners and Advanced users."
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id28,860,698
net_rshares0
@maargarita ·
Really helpful!! I just had no idea how it worked, now I gotta write things with nice style! Thanks!
properties (22)
authormaargarita
permlinkre-minion-professional-tutorial-for-post-formatting-both-for-beginners-and-advanced-users-20180106t114251975z
categorywriting
json_metadata{"tags":["writing"],"app":"steemit/0.1"}
created2018-01-06 11:42:48
last_update2018-01-06 11:42:48
depth1
children0
last_payout2018-01-13 11:42:48
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length100
author_reputation10,998,043,864
root_title"Professional Tutorial for Post Formatting, both for Beginners and Advanced users."
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id27,505,461
net_rshares0
@maargarita ·
Really helpful!! I just had no idea how it worked, now I gotta write things with nice style! Thanks! Following!
properties (22)
authormaargarita
permlinkre-minion-professional-tutorial-for-post-formatting-both-for-beginners-and-advanced-users-20180106t114406424z
categorywriting
json_metadata{"tags":["writing"],"app":"steemit/0.1"}
created2018-01-06 11:44:03
last_update2018-01-06 11:44:03
depth1
children0
last_payout2018-01-13 11:44:03
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length111
author_reputation10,998,043,864
root_title"Professional Tutorial for Post Formatting, both for Beginners and Advanced users."
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id27,505,687
net_rshares0
@minion ·
$0.04
<center>**♦This can also be applied to comments♦**
**-Reasons to Follow-**
Almost Anything Science & Technology
Life- / Meaningful topics/experiences/thoughts
Graphic Design & Photography
Computer Software & Hardware
Steemit General & Community related topics
Sociology
</center><center>https://img1.steemit.com/0x0/http://i.imgur.com/cmYJfHk.png</center>
<center>Now you know how to format both your posts and comments in a more professional manner. :)</center>
<center><a href="https://steemit.com/@minion" target="_blank"><img alt="" border="0" src="http://i.imgur.com/FzBLPgp.gif" /></a></center>
----
<center>*I will follow back If I'm interested in the content you produce.*</center>
👍  , , , , , , , , , , , , , , , , , ,
properties (23)
authorminion
permlinkre-minion-professional-tutorial-for-post-formatting-both-for-beginners-and-advanced-users-20160817t152707313z
categorywriting
json_metadata{"tags":["writing"],"image":["https://img1.steemit.com/0x0/http://i.imgur.com/cmYJfHk.png","http://i.imgur.com/FzBLPgp.gif"],"links":["https://steemit.com/@minion"]}
created2016-08-17 15:27:03
last_update2016-08-17 15:27:03
depth1
children7
last_payout2016-09-17 18:40:36
cashout_time1969-12-31 23:59:59
total_payout_value0.030 HBD
curator_payout_value0.007 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length689
author_reputation3,133,996,004,573
root_title"Professional Tutorial for Post Formatting, both for Beginners and Advanced users."
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id854,245
net_rshares120,948,954,476
author_curate_reward""
vote details (19)
@csabhishekkumar · (edited)
Hello @minion, I have started following you. Can you help me? If yes, then tell how can I make "follow button" as you have made in your comment above.
👍  
properties (23)
authorcsabhishekkumar
permlinkre-minion-re-minion-professional-tutorial-for-post-formatting-both-for-beginners-and-advanced-users-20180225t062504673z
categorywriting
json_metadata{"tags":["writing"],"app":"steemit/0.1","users":["minion"]}
created2018-02-25 06:25:12
last_update2018-02-25 06:28:39
depth2
children2
last_payout2018-03-04 06:25:12
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length150
author_reputation1,921,383,431
root_title"Professional Tutorial for Post Formatting, both for Beginners and Advanced users."
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id40,266,125
net_rshares0
author_curate_reward""
vote details (1)
@minion ·
I do have a post, where I've posted a free to use animated follow button, check it out,  below it is the code needed to use it, if you have any questions, feel free to ask!

P.S.
Sorry for the late reply.
👍  
properties (23)
authorminion
permlinkre-csabhishekkumar-re-minion-re-minion-professional-tutorial-for-post-formatting-both-for-beginners-and-advanced-users-20180312t220518553z
categorywriting
json_metadata{"tags":["writing"],"app":"steemit/0.1"}
created2018-03-12 22:05:18
last_update2018-03-12 22:05:18
depth3
children1
last_payout2018-03-19 22:05:18
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length204
author_reputation3,133,996,004,573
root_title"Professional Tutorial for Post Formatting, both for Beginners and Advanced users."
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id43,993,290
net_rshares534,805,231
author_curate_reward""
vote details (1)
@tripswithtam ·
Thank you, it's very helpful to learn a bit more about this stuff!!
properties (22)
authortripswithtam
permlinkre-minion-re-minion-professional-tutorial-for-post-formatting-both-for-beginners-and-advanced-users-20180110t100059789z
categorywriting
json_metadata{"tags":["writing"],"app":"steemit/0.1"}
created2018-01-10 10:01:00
last_update2018-01-10 10:01:00
depth2
children0
last_payout2018-01-17 10:01:00
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length67
author_reputation75,698,581,600
root_title"Professional Tutorial for Post Formatting, both for Beginners and Advanced users."
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id28,459,520
net_rshares0
@zebbad · (edited)
I read the whole guide, I'm still looking for the answer to my problem!

I want to make my links open in a new tab. I love links but I don't want to send people away from my  content that I have worked so hard on to get them to come and see!
Anyone know how to do that?

I also found your comment way down here, noticed you like some of the same things. So I will have to now check your blog.

Thank you for the guide!

@zebbad
👍  , ,
properties (23)
authorzebbad
permlinkre-minion-re-minion-professional-tutorial-for-post-formatting-both-for-beginners-and-advanced-users-20170704t150550430z
categorywriting
json_metadata{"tags":["writing"],"users":["zebbad"],"app":"steemit/0.1"}
created2017-07-04 15:05:48
last_update2017-07-05 01:39:57
depth2
children2
last_payout2017-07-11 15:05:48
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length427
author_reputation78,430,373,219
root_title"Professional Tutorial for Post Formatting, both for Beginners and Advanced users."
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id7,287,491
net_rshares0
author_curate_reward""
vote details (3)
@minion ·
Unfortunately, it's disabled within steemit(the site), the code exists to enable links to open in a new tab but it's not enabled by the dev's, I would like links to open like that as well!
👍  
properties (23)
authorminion
permlinkre-zebbad-re-minion-re-minion-professional-tutorial-for-post-formatting-both-for-beginners-and-advanced-users-20170712t004226223z
categorywriting
json_metadata{"tags":["writing"],"app":"steemit/0.1"}
created2017-07-12 00:42:24
last_update2017-07-12 00:42:24
depth3
children1
last_payout2017-07-19 00:42:24
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length188
author_reputation3,133,996,004,573
root_title"Professional Tutorial for Post Formatting, both for Beginners and Advanced users."
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id8,171,647
net_rshares0
author_curate_reward""
vote details (1)
@mpa ·
Thanks for the info. I didn't know you can combine markdown and html.
👍  
properties (23)
authormpa
permlinkre-minion-professional-tutorial-for-post-formatting-both-for-beginners-and-advanced-users-20160817t153359061z
categorywriting
json_metadata{"tags":["writing"]}
created2016-08-17 15:32:39
last_update2016-08-17 15:32:39
depth1
children1
last_payout2016-09-17 18:40:36
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length69
author_reputation70,966,095,120
root_title"Professional Tutorial for Post Formatting, both for Beginners and Advanced users."
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id854,342
net_rshares0
author_curate_reward""
vote details (1)
@minion ·
That's why I'm sharing this, it's important knowledge, also since we are mentioning this, Most of the html functionality doesn't work. For example the `align=""` and many Markdown functionality as well, so I've made sure to include only those that are useful and work on Steemit.
👍  , ,
properties (23)
authorminion
permlinkre-mpa-re-minion-professional-tutorial-for-post-formatting-both-for-beginners-and-advanced-users-20160817t153655494z
categorywriting
json_metadata{"tags":["writing"]}
created2016-08-17 15:36:51
last_update2016-08-17 15:36:51
depth2
children0
last_payout2016-09-17 18:40:36
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length279
author_reputation3,133,996,004,573
root_title"Professional Tutorial for Post Formatting, both for Beginners and Advanced users."
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id854,397
net_rshares118,187,678
author_curate_reward""
vote details (3)
@mraffaella ·
Thanks! Found this very useful while trying to write my first post :)
properties (22)
authormraffaella
permlinkre-minion-professional-tutorial-for-post-formatting-both-for-beginners-and-advanced-users-20180625t005026420z
categorywriting
json_metadata{"tags":["writing"],"app":"steemit/0.1"}
created2018-06-25 00:50:27
last_update2018-06-25 00:50:27
depth1
children0
last_payout2018-07-02 00:50:27
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length69
author_reputation1,159,801,843
root_title"Professional Tutorial for Post Formatting, both for Beginners and Advanced users."
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id62,118,121
net_rshares0
@ninzacode ·
Wow~! It's awesome! Thank you. ^^
👍  ,
properties (23)
authorninzacode
permlinkre-minion-professional-tutorial-for-post-formatting-both-for-beginners-and-advanced-users-20160817t163509729z
categorywriting
json_metadata{"tags":["writing"]}
created2016-08-17 16:35:09
last_update2016-08-17 16:35:09
depth1
children0
last_payout2016-09-17 18:40:36
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length33
author_reputation16,069,470,602,644
root_title"Professional Tutorial for Post Formatting, both for Beginners and Advanced users."
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id855,338
net_rshares1,468,410,335
author_curate_reward""
vote details (2)
@offanziva69 ·
Thx for help ! have great day sir!
properties (22)
authoroffanziva69
permlinkre-minion-professional-tutorial-for-post-formatting-both-for-beginners-and-advanced-users-20180104t233037696z
categorywriting
json_metadata{"tags":["writing"],"app":"steemit/0.1"}
created2018-01-04 23:30:36
last_update2018-01-04 23:30:36
depth1
children0
last_payout2018-01-11 23:30:36
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length34
author_reputation3,858,578,503
root_title"Professional Tutorial for Post Formatting, both for Beginners and Advanced users."
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id27,140,990
net_rshares0
@onealfa ·
So helpful. Thanks

https://i.imgur.com/I3FBVEl.jpg
👍  ,
properties (23)
authoronealfa
permlinkre-minion-professional-tutorial-for-post-formatting-both-for-beginners-and-advanced-users-20170525t204555468z
categorywriting
json_metadata{"tags":["writing"],"image":["https://i.imgur.com/I3FBVEl.jpg"],"app":"steemit/0.1"}
created2017-05-25 20:46:00
last_update2017-05-25 20:46:00
depth1
children0
last_payout2017-06-01 20:46:00
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length51
author_reputation480,517,679,424,725
root_title"Professional Tutorial for Post Formatting, both for Beginners and Advanced users."
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id3,793,873
net_rshares0
author_curate_reward""
vote details (2)
@oneiroslivio ·
Hi! Awesome post!

I just wanted to ask, can you center headers? I tried to but can't seem to get it to work
properties (22)
authoroneiroslivio
permlinkre-minion-professional-tutorial-for-post-formatting-both-for-beginners-and-advanced-users-20171221t135429759z
categorywriting
json_metadata{"tags":["writing"],"app":"steemit/0.1"}
created2017-12-21 13:54:30
last_update2017-12-21 13:54:30
depth1
children0
last_payout2017-12-28 13:54:30
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length108
author_reputation0
root_title"Professional Tutorial for Post Formatting, both for Beginners and Advanced users."
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id24,526,929
net_rshares0
@openvisionz ·
Im looking for info on formatting Dtube, but this is very informational thank you
properties (22)
authoropenvisionz
permlinkre-minion-professional-tutorial-for-post-formatting-both-for-beginners-and-advanced-users-20180129t211958863z
categorywriting
json_metadata{"tags":["writing"],"app":"steemit/0.1"}
created2018-01-29 21:19:57
last_update2018-01-29 21:19:57
depth1
children0
last_payout2018-02-05 21:19:57
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length81
author_reputation4,473,442,802
root_title"Professional Tutorial for Post Formatting, both for Beginners and Advanced users."
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id33,379,991
net_rshares0
@paigegirl ·
This is a great post. I didn't know you could actually blog using html. Thanks for this.
properties (22)
authorpaigegirl
permlinkre-minion-professional-tutorial-for-post-formatting-both-for-beginners-and-advanced-users-20180205t124647666z
categorywriting
json_metadata{"tags":["writing"],"app":"steemit/0.1"}
created2018-02-05 12:47:03
last_update2018-02-05 12:47:03
depth1
children0
last_payout2018-02-12 12:47:03
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length88
author_reputation2,404,694,972,239
root_title"Professional Tutorial for Post Formatting, both for Beginners and Advanced users."
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id35,138,592
net_rshares0
@promisearts ·
Thanks for this educative post, kindly check out my realistic art
properties (22)
authorpromisearts
permlinkre-minion-professional-tutorial-for-post-formatting-both-for-beginners-and-advanced-users-20180321t084539571z
categorywriting
json_metadata{"tags":["writing"],"app":"steemit/0.1"}
created2018-03-21 08:45:48
last_update2018-03-21 08:45:48
depth1
children0
last_payout2018-03-28 08:45:48
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length65
author_reputation48,187,226,697,252
root_title"Professional Tutorial for Post Formatting, both for Beginners and Advanced users."
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id45,705,097
net_rshares0
@quell.navi ·
Thank you for the tips! I am about to do my introduce yourself and I am peeking around to get a handle on things.  :)
👍  
properties (23)
authorquell.navi
permlinkre-minion-professional-tutorial-for-post-formatting-both-for-beginners-and-advanced-users-20170606t174936573z
categorywriting
json_metadata{"tags":["writing"],"app":"steemit/0.1"}
created2017-06-06 17:49:36
last_update2017-06-06 17:49:36
depth1
children0
last_payout2017-06-13 17:49:36
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length117
author_reputation36,462,548,691
root_title"Professional Tutorial for Post Formatting, both for Beginners and Advanced users."
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id4,285,160
net_rshares0
author_curate_reward""
vote details (1)
@ronluilh ·
This is really helpful. Thanks
properties (22)
authorronluilh
permlinkre-minion-professional-tutorial-for-post-formatting-both-for-beginners-and-advanced-users-20180213t120510532z
categorywriting
json_metadata{"tags":["writing"],"app":"steemit/0.1"}
created2018-02-13 12:05:09
last_update2018-02-13 12:05:09
depth1
children0
last_payout2018-02-20 12:05:09
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length30
author_reputation-1,756,638,112
root_title"Professional Tutorial for Post Formatting, both for Beginners and Advanced users."
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id37,198,442
net_rshares0
@simon62 ·
We'll, that was a lot. I don't know how useful that blog will be in short-term however, because while you said much about what could be done, I could find nothing about 'how to' 
Italics -  you didn't say how. I found when blogging a little icon marked italics, but upon clickon it provided in my blog *italics* and then the typed word I had wanted to be in italics but not. No amount of untutored play let me find out how, to use italics in that one word. 
Thank-you. 
I will have to come back and read again, but without the simple stuff, idiots such as I, can glean no meaning from your post.
properties (22)
authorsimon62
permlinkre-minion-professional-tutorial-for-post-formatting-both-for-beginners-and-advanced-users-20171217t091358789z
categorywriting
json_metadata{"tags":["writing"],"app":"steemit/0.1"}
created2017-12-17 09:14:06
last_update2017-12-17 09:14:06
depth1
children0
last_payout2017-12-24 09:14:06
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length595
author_reputation-66,158,617,147
root_title"Professional Tutorial for Post Formatting, both for Beginners and Advanced users."
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id23,855,705
net_rshares0
@smailer ·
#### <center> There you can find very useful interactive MarkDown tutorial:  http://www.markdowntutorial.com/ </center>
👍  ,
properties (23)
authorsmailer
permlinkre-minion-professional-tutorial-for-post-formatting-both-for-beginners-and-advanced-users-20160817t154534249z
categorywriting
json_metadata{"tags":["writing"],"links":["http://www.markdowntutorial.com/"]}
created2016-08-17 15:46:06
last_update2016-08-17 15:46:06
depth1
children3
last_payout2016-09-17 18:40:36
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length119
author_reputation58,387,135,395,705
root_title"Professional Tutorial for Post Formatting, both for Beginners and Advanced users."
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id854,534
net_rshares1,512,593,562
author_curate_reward""
vote details (2)
@minion ·
Not bad, but again some of the Markdown functionality isn't supported in Steemit. I've included only the things that work and are most commonly used.
👍  , , ,
properties (23)
authorminion
permlinkre-smailer-re-minion-professional-tutorial-for-post-formatting-both-for-beginners-and-advanced-users-20160817t155244723z
categorywriting
json_metadata{"tags":["writing"]}
created2016-08-17 15:52:42
last_update2016-08-17 15:52:42
depth2
children2
last_payout2016-09-17 18:40:36
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length149
author_reputation3,133,996,004,573
root_title"Professional Tutorial for Post Formatting, both for Beginners and Advanced users."
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id854,636
net_rshares241,023,067
author_curate_reward""
vote details (4)
@smailer ·
You make a great post and I sure what it help for a newbies!
 I'm not Markdown guru :) but link above  was help me to learn basic functions.
👍  ,
properties (23)
authorsmailer
permlinkre-minion-re-smailer-re-minion-professional-tutorial-for-post-formatting-both-for-beginners-and-advanced-users-20160817t155556512z
categorywriting
json_metadata{"tags":["writing"]}
created2016-08-17 15:56:27
last_update2016-08-17 15:56:27
depth3
children1
last_payout2016-09-17 18:40:36
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length140
author_reputation58,387,135,395,705
root_title"Professional Tutorial for Post Formatting, both for Beginners and Advanced users."
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id854,686
net_rshares1,468,410,335
author_curate_reward""
vote details (2)
@soulturtle ·
Thank you so much for this post. As a designer, presentation is important to me, yet as someone not well versed in code, your post was immensely useful. It gave me pretty much all the basics I needed to make a good looking post. Even though I'm still a minnow, my posts feel premium and even professional after using these tips. Thank you again for this helpful post.
properties (22)
authorsoulturtle
permlinkre-minion-professional-tutorial-for-post-formatting-both-for-beginners-and-advanced-users-20171209t150320216z
categorywriting
json_metadata{"tags":["writing"],"app":"steemit/0.1"}
created2017-12-09 15:04:15
last_update2017-12-09 15:04:15
depth1
children0
last_payout2017-12-16 15:04:15
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length367
author_reputation7,514,915,966,813
root_title"Professional Tutorial for Post Formatting, both for Beginners and Advanced users."
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id22,894,089
net_rshares0
@teresachang ·
This post is **AWESOME!** I've already referred to it how many times, and have had this open as a tab to refer back to! (Course, the question is why this can't seem to stick in my head...) Went back to this again to figure out how to add links and youtube videos and realized that I never left a comment! Thanks again! **_You're a lifesaver!_**
👍  
properties (23)
authorteresachang
permlinkre-minion-professional-tutorial-for-post-formatting-both-for-beginners-and-advanced-users-20170702t192931556z
categorywriting
json_metadata{"tags":["writing"],"app":"steemit/0.1"}
created2017-07-02 19:29:33
last_update2017-07-02 19:29:33
depth1
children1
last_payout2017-07-09 19:29:33
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length344
author_reputation885,921,863,579
root_title"Professional Tutorial for Post Formatting, both for Beginners and Advanced users."
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id7,053,910
net_rshares0
author_curate_reward""
vote details (1)
@minion ·
I'm so glad I could help, thank you very much for the kind words! :)
properties (22)
authorminion
permlinkre-teresachang-re-minion-professional-tutorial-for-post-formatting-both-for-beginners-and-advanced-users-20170712t004723926z
categorywriting
json_metadata{"tags":["writing"],"app":"steemit/0.1"}
created2017-07-12 00:47:21
last_update2017-07-12 00:47:21
depth2
children0
last_payout2017-07-19 00:47:21
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length68
author_reputation3,133,996,004,573
root_title"Professional Tutorial for Post Formatting, both for Beginners and Advanced users."
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id8,172,002
net_rshares0
@trustert · (edited)
Thanks for this guide. I learned alot. And then I started listening to GANGNAM STYLE..... the knowledge..... it's gone...... 
![giphy.gif](https://steemitimages.com/DQmUp5BLkQnK4UYuGjV83F1dx4E2HeNRFeVHYJXYXBWARQd/giphy.gif)
👍  
properties (23)
authortrustert
permlinkre-minion-professional-tutorial-for-post-formatting-both-for-beginners-and-advanced-users-20180131t023815662z
categorywriting
json_metadata{"tags":["writing"],"image":["https://steemitimages.com/DQmUp5BLkQnK4UYuGjV83F1dx4E2HeNRFeVHYJXYXBWARQd/giphy.gif"],"app":"steemit/0.1"}
created2018-01-31 02:38:15
last_update2018-01-31 02:38:57
depth1
children0
last_payout2018-02-07 02:38:15
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length223
author_reputation5,085,857,780
root_title"Professional Tutorial for Post Formatting, both for Beginners and Advanced users."
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id33,730,670
net_rshares583,749,448
author_curate_reward""
vote details (1)
@vandenberg ·
This was just what I was looking for! Thanks.
properties (22)
authorvandenberg
permlinkre-minion-professional-tutorial-for-post-formatting-both-for-beginners-and-advanced-users-20180214t184342951z
categorywriting
json_metadata{"tags":["writing"],"app":"steemit/0.1"}
created2018-02-14 18:43:42
last_update2018-02-14 18:43:42
depth1
children0
last_payout2018-02-21 18:43:42
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length45
author_reputation24,131,361,363
root_title"Professional Tutorial for Post Formatting, both for Beginners and Advanced users."
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id37,546,610
net_rshares0
@venuspcs · (edited)
$0.03
properties (23)
authorvenuspcs
permlinkre-minion-professional-tutorial-for-post-formatting-both-for-beginners-and-advanced-users-20160817t160301052z
categorywriting
json_metadata{"tags":["writing"]}
created2016-08-17 16:03:00
last_update2016-08-17 17:37:54
depth1
children1
last_payout2016-09-17 18:40:36
cashout_time1969-12-31 23:59:59
total_payout_value0.027 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length7
author_reputation30,491,473,006,755
root_title"Professional Tutorial for Post Formatting, both for Beginners and Advanced users."
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id854,795
net_rshares46,239,600,501
author_curate_reward""
vote details (7)
@minion · (edited)
Thank you, for your understanding.
👍  , , , , , ,
properties (23)
authorminion
permlinkre-venuspcs-re-minion-professional-tutorial-for-post-formatting-both-for-beginners-and-advanced-users-20160817t170857767z
categorywriting
json_metadata{"tags":["writing"]}
created2016-08-17 17:08:54
last_update2016-08-17 17:43:21
depth2
children0
last_payout2016-09-17 18:40:36
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length34
author_reputation3,133,996,004,573
root_title"Professional Tutorial for Post Formatting, both for Beginners and Advanced users."
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id855,859
net_rshares1,478,143,777
author_curate_reward""
vote details (7)
@wanderinglich ·
Very helpful post, i'm a beginner and its exactly what i was looking for. Thanks!
properties (22)
authorwanderinglich
permlinkre-minion-professional-tutorial-for-post-formatting-both-for-beginners-and-advanced-users-20170914t130206918z
categorywriting
json_metadata{"tags":["writing"],"app":"steemit/0.1"}
created2017-09-14 13:02:06
last_update2017-09-14 13:02:06
depth1
children0
last_payout2017-09-21 13:02:06
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length81
author_reputation3,991,119,287
root_title"Professional Tutorial for Post Formatting, both for Beginners and Advanced users."
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id14,861,275
net_rshares0
@yashpalgoyal1304 ·
Is markdown used somewhere else too and is it a separate language??
properties (22)
authoryashpalgoyal1304
permlinkre-minion-professional-tutorial-for-post-formatting-both-for-beginners-and-advanced-users-20171021t063122306z
categorywriting
json_metadata{"tags":["writing"],"app":"steemit/0.1"}
created2017-10-21 06:31:27
last_update2017-10-21 06:31:27
depth1
children0
last_payout2017-10-28 06:31:27
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length67
author_reputation18,133,853
root_title"Professional Tutorial for Post Formatting, both for Beginners and Advanced users."
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id18,193,896
net_rshares0