create account

Markdown Tutorial | Make your post more engaging on Hive by dodovietnam

View this thread on: hive.blogpeakd.comecency.com
· @dodovietnam · (edited)
$4.75
Markdown Tutorial | Make your post more engaging on Hive
Hello my dear friends, how is your Sunday? Following some requests, I decided to use my Sunday to compile the markdowns I know to help you create more professional and engaging posts. Okay, let's get started! 
___
## <center>`Italic`</center> ##
Type:
```
*I love Hive*
```
Result:
*I love Hive*
___
## <center>`Bold`</center> ##
Type:
```
**I love Hive**
```
Result:
**I love Hive**
___
## <center>`Strikethrough`</center> ##
Type:
```
~~I hate Hive~~
```
Result:
~~I hate Hive~~
___
## <center>`Heading`</center> ##
Type:
```
# Heading 1
## Heading 2
### Heading 3
#### Heading 4
##### Heading 5
###### Heading 6
```
Result:
# Heading 1
## Heading 2
### Heading 3
#### Heading 4
##### Heading 5
###### Heading 6
___
## <center>`Link`</center> ##
Type:
```
Click [here](https://www.hiveblockchain.com/) to learn more about Hive Blockchain 
```
Result:
Click [here](https://www.hiveblockchain.com/) to learn more about Hive Blockchain 
___
## <center>`Image`</center> ##
Type:
```
![I love Hive](https://cryptologos.cc/logos/hive-blockchain-hive-logo.png?v=013)
```
Result:
![I love Hive](https://cryptologos.cc/logos/hive-blockchain-hive-logo.png?v=013)
___
## <center>`Blockquote`</center> ##
Type:
```
> I love Hive
```
Result:
> I love Hive
___
## <center>`List`</center> ##
Type:
```
* I love Hive
  * You love Hive
    * We love Hive
```
Result:
* I love Hive
  * You love Hive
    * We love Hive
___
## <center>`Numbering`</center> ##
Type:
```
1. One
2. Two
3. Three
```
Result:
1. One
2. Two
3. Three
___
## <center>`Horizontal ruler`</center> ##
Type:
```
___
```
Result:
___
You can use it as a separator to make your post clearer. 
___
## <center>`Inline code`</center> ##
Type:
```
`I love Hive`
```
Result:
`I love Hive`
___
## <center>`Code block`</center> ##
Type:
![image.png](https://files.peakd.com/file/peakd-hive/dodovietnam/23tT2CEhx7V11BMzCuDVixDoeTJ6iGoeSVd7pD3XLHHbwjS7EFRrdexBw8RRJ6hBjDkT7.png)
Result:
```
I love Hive
You love Hive
We love Hive
```
___
## <center>`Table`</center> ##
Type:
```
|column1|column2|column3|
|-|-|-|
|I love Hive|You love Hive|We love Hive|
```
Result:
|column1|column2|column3|
|-|-|-|
|I love Hive|You love Hive|We love Hive|
You can increase or decrease the number of columns and rows as you like. 
Type:
```
|column1|column2|
|-|-|
|I love Hive|You love Hive|
|We love Hive|They love Hive|
```
Result:
|column1|column2|
|-|-|
|I love Hive|You love Hive|
|We love Hive|They love Hive|
___
## <center>`Align text`</center> ##
Type:
```
<div class="text-left">I love Hive</div>
<div class="text-center">I love Hive</div>
<div class="text-right">I love Hive</div>
```
Result:
<div class="text-left">I love Hive</div>
<div class="text-center">I love Hive</div>
<div class="text-right">I love Hive</div>

`Note:`
* When typing, the text will be automatically aligned to the left
* A simpler way to center text 
```
<center>I love Hive</center>
```
<center>I love Hive</center>
___
## <center>`Align anything`</center> ##
You can also use multiple DIV containers to align images, text boxer or anything in the way you want.
Type:
```
<div class="pull-left">https://files.peakd.com/file/peakd-hive/dodovietnam/23viP5rB27AffYaVCZcbmhcrsSLd4G5XrvmnYxntvPpCULFZndADj8hzVyE7AZ5kCtrbH.png</div>
```
Result:
<div class="pull-left">https://files.peakd.com/file/peakd-hive/dodovietnam/23viP5rB27AffYaVCZcbmhcrsSLd4G5XrvmnYxntvPpCULFZndADj8hzVyE7AZ5kCtrbH.png</div>

___
Type:
```
<div class="pull-right">https://files.peakd.com/file/peakd-hive/dodovietnam/23viP5rB27AffYaVCZcbmhcrsSLd4G5XrvmnYxntvPpCULFZndADj8hzVyE7AZ5kCtrbH.png</div>
```
Result:
<div class="pull-right">https://files.peakd.com/file/peakd-hive/dodovietnam/23viP5rB27AffYaVCZcbmhcrsSLd4G5XrvmnYxntvPpCULFZndADj8hzVyE7AZ5kCtrbH.png</div>

___
`Note:` To center the content, we use the center tag 
Type:
```
<center>https://files.peakd.com/file/peakd-hive/dodovietnam/23viP5rB27AffYaVCZcbmhcrsSLd4G5XrvmnYxntvPpCULFZndADj8hzVyE7AZ5kCtrbH.png</center>
```
Result:
<center>https://files.peakd.com/file/peakd-hive/dodovietnam/23viP5rB27AffYaVCZcbmhcrsSLd4G5XrvmnYxntvPpCULFZndADj8hzVyE7AZ5kCtrbH.png</center>
___
## <center>`On ecency, we have a few more ways to mark up text`</center> 
___
## <center>`Underline`</center> ##
Type:
```
<ins>I love Hive</ins>
```
Result:
<ins>I love Hive</ins>
___
## <center>`Text color`</center> ##
Type:
```
<span class="text-primary">.text-primary</span>
<span class="text-secondary">.text-secondary</span>
<span class="text-success">.text-success</span>
<span class="text-danger">.text-danger</span>
<span class="text-warning">.text-warning</span>
<span class="text-info">.text-info</span>
<span class="text-light bg-dark">.text-light</span>
<span class="text-dark">.text-dark</span>
<span class="text-muted">.text-muted</span>
<span class="text-white bg-dark">.text-white</span>
```
Result:
<span class="text-primary">.text-primary</span>
<span class="text-secondary">.text-secondary</span>
<span class="text-success">.text-success</span>
<span class="text-danger">.text-danger</span>
<span class="text-warning">.text-warning</span>
<span class="text-info">.text-info</span>
<span class="text-light bg-dark">.text-light</span>
<span class="text-dark">.text-dark</span>
<span class="text-muted">.text-muted</span>
<span class="text-white bg-dark">.text-white</span>
___
## <center>`Text background color`</center> ##
Type:
```
<div class="p-3 mb-2 bg-primary text-white">.bg-primary</div>
<div class="p-3 mb-2 bg-secondary text-white">.bg-secondary</div>
<div class="p-3 mb-2 bg-success text-white">.bg-success</div>
<div class="p-3 mb-2 bg-danger text-white">.bg-danger</div>
<div class="p-3 mb-2 bg-warning text-dark">.bg-warning</div>
<div class="p-3 mb-2 bg-info text-white">.bg-info</div>
<div class="p-3 mb-2 bg-light text-dark">.bg-light</div>
<div class="p-3 mb-2 bg-dark text-white">.bg-dark</div>
<div class="p-3 mb-2 bg-white text-dark">.bg-white</div>
```
Result:
<div class="p-3 mb-2 bg-primary text-white">.bg-primary</div>
<div class="p-3 mb-2 bg-secondary text-white">.bg-secondary</div>
<div class="p-3 mb-2 bg-success text-white">.bg-success</div>
<div class="p-3 mb-2 bg-danger text-white">.bg-danger</div>
<div class="p-3 mb-2 bg-warning text-dark">.bg-warning</div>
<div class="p-3 mb-2 bg-info text-white">.bg-info</div>
<div class="p-3 mb-2 bg-light text-dark">.bg-light</div>
<div class="p-3 mb-2 bg-dark text-white">.bg-dark</div>
<div class="p-3 mb-2 bg-white text-dark">.bg-white</div>

___
## <center>`Combination`</center> ##
Okay, these are the basic markdowns I know so far. You can combine them together to create your own way. Hopefully this post will help you in some way to make your journey on Hive more enjoyable. 

And to show my gratitude after a while on Hive, I have set up the benefitiaries for this post as follows: 


![Screenshot_7.png](https://files.peakd.com/file/peakd-hive/dodovietnam/EoCpSenQmfSMjtq3gDJyaNDEmLC9WvtijTen9k3eisJNeB1abJPZx6ryo6TuUr1ACPK.png)

Thank you very much @trangbaby @jacuzzi and @xuanphuc98 !

## <center>`Wishing you all a very happy Sunday!`</center>








👍  , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , and 15 others
properties (23)
authordodovietnam
permlinkmarkdown-tutorial-or-make-your-post-more-engaging
categoryhive-147058
json_metadata{"app":"peakd/2021.09.1","format":"markdown","tags":["design","formatting","newbies","tutorial","markdown","support","ocd","qurator","posh","proofofbrain"],"users":["trangbaby","jacuzzi","xuanphuc98"],"image":["https://cryptologos.cc/logos/hive-blockchain-hive-logo.png?v=013","https://files.peakd.com/file/peakd-hive/dodovietnam/23tT2CEhx7V11BMzCuDVixDoeTJ6iGoeSVd7pD3XLHHbwjS7EFRrdexBw8RRJ6hBjDkT7.png","https://files.peakd.com/file/peakd-hive/dodovietnam/23viP5rB27AffYaVCZcbmhcrsSLd4G5XrvmnYxntvPpCULFZndADj8hzVyE7AZ5kCtrbH.png","https://files.peakd.com/file/peakd-hive/dodovietnam/EoCpSenQmfSMjtq3gDJyaNDEmLC9WvtijTen9k3eisJNeB1abJPZx6ryo6TuUr1ACPK.png"]}
created2021-09-19 06:00:42
last_update2021-09-19 06:05:36
depth0
children23
last_payout2021-09-26 06:00:42
cashout_time1969-12-31 23:59:59
total_payout_value1.591 HBD
curator_payout_value3.154 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length7,077
author_reputation651,760,919,891,341
root_title"Markdown Tutorial | Make your post more engaging on Hive"
beneficiaries
0.
accounthive.fund
weight500
1.
accountjacuzzi
weight1,000
2.
accountnull
weight500
3.
accountocd
weight500
4.
accountocd-witness
weight500
5.
accounttrangbaby
weight1,000
6.
accountxuanphuc98
weight1,000
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id106,399,494
net_rshares7,360,304,419,554
author_curate_reward""
vote details (79)
@allama ·
Thank you very much for directing me here. A very useful post!
properties (22)
authorallama
permlinkre-dodovietnam-r8dp8v
categoryhive-147058
json_metadata{"tags":["hive-147058"],"app":"peakd/2022.02.6"}
created2022-03-07 14:22:06
last_update2022-03-07 14:22:06
depth1
children0
last_payout2022-03-14 14:22: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_length62
author_reputation357,904,249,173,393
root_title"Markdown Tutorial | Make your post more engaging on Hive"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id111,102,292
net_rshares0
@anfood ·
great, thank you for sharing, very useful information for me. Good job anh ! 😄
👍  
properties (23)
authoranfood
permlinkqzot6x
categoryhive-147058
json_metadata{"app":"hiveblog/0.1"}
created2021-09-19 15:18:33
last_update2021-09-19 15:18:33
depth1
children1
last_payout2021-09-26 15:18: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_length78
author_reputation202,669,441,809,854
root_title"Markdown Tutorial | Make your post more engaging on Hive"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id106,408,694
net_rshares18,665,443,374
author_curate_reward""
vote details (1)
@dodovietnam ·
Thanks e nhé. Happy it's useful cho e.
properties (22)
authordodovietnam
permlinkre-anfood-2021919t222145607z
categoryhive-147058
json_metadata{"tags":["ecency"],"app":"ecency/3.0.22-mobile","format":"markdown+html"}
created2021-09-19 15:21:45
last_update2021-09-19 15:21:45
depth2
children0
last_payout2021-09-26 15:21: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_length38
author_reputation651,760,919,891,341
root_title"Markdown Tutorial | Make your post more engaging on Hive"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id106,408,774
net_rshares0
@ecency ·
**Yay!** 🤗<br>Your content has been **boosted with Ecency Points**, by @dodovietnam. <br>Use Ecency daily to boost your growth on platform! <br><br><b>Support Ecency</b><br>[Vote for Proposal](https://hivesigner.com/sign/update-proposal-votes?proposal_ids=%5B141%5D&approve=true)<br>[Delegate HP and earn more](https://ecency.com/hive-125125/@ecency/daily-100-curation-rewards)
properties (22)
authorecency
permlinkre-2021919t94223751z
categoryhive-147058
json_metadata{"tags":["ecency"],"app":"ecency/3.0.16-welcome","format":"markdown+html"}
created2021-09-19 09:42:24
last_update2021-09-19 09:42:24
depth1
children0
last_payout2021-09-26 09: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_length377
author_reputation549,971,524,037,747
root_title"Markdown Tutorial | Make your post more engaging on Hive"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id106,402,392
net_rshares0
@hanggggbeeee ·
Thanks for sharing anh. I find it very helpful. I already noted some tips from this for my next post. hehe
👍  
properties (23)
authorhanggggbeeee
permlinkre-dodovietnam-qzomm9
categoryhive-147058
json_metadata{"tags":["hive-147058"],"app":"peakd/2021.09.1"}
created2021-09-19 12:56:33
last_update2021-09-19 12:56:33
depth1
children1
last_payout2021-09-26 12:56: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_length106
author_reputation63,434,821,399,920
root_title"Markdown Tutorial | Make your post more engaging on Hive"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id106,405,418
net_rshares19,863,701,423
author_curate_reward""
vote details (1)
@dodovietnam ·
I'm happy that it's useful to you. Have a great Sunday night!
properties (22)
authordodovietnam
permlinkre-hanggggbeeee-2021919t207160z
categoryhive-147058
json_metadata{"tags":["hive-147058"],"app":"ecency/3.0.22-mobile","format":"markdown+html"}
created2021-09-19 13:07:15
last_update2021-09-19 13:07:15
depth2
children0
last_payout2021-09-26 13:07: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_length61
author_reputation651,760,919,891,341
root_title"Markdown Tutorial | Make your post more engaging on Hive"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id106,405,645
net_rshares0
@hivebuzz ·
Congratulations @dodovietnam! You have completed the following achievement on the Hive blockchain and have been rewarded with new badge(s) :

<table><tr><td><img src="https://images.hive.blog/60x60/http://hivebuzz.me/badges/postallweek.png"></td><td>You have been a buzzy bee and published a post every day of the week.</td></tr>
</table>

<sub>_You can view your badges on [your board](https://hivebuzz.me/@dodovietnam) and compare yourself to others in the [Ranking](https://hivebuzz.me/ranking)_</sub>
<sub>_If you no longer want to receive notifications, reply to this comment with the word_ `STOP`</sub>


To support your work, I also upvoted your post!


**Check out the last post from @hivebuzz:**
<table><tr><td><a href="/hivebuzz/@hivebuzz/pum-202109-15"><img src="https://images.hive.blog/64x128/https://i.imgur.com/hMPZMUV.png"></a></td><td><a href="/hivebuzz/@hivebuzz/pum-202109-15">Hive Power Up Month - Feedback from Day 15</a></td></tr></table>
properties (22)
authorhivebuzz
permlinkhivebuzz-notify-dodovietnam-20210920t023337
categoryhive-147058
json_metadata{"image":["http://hivebuzz.me/notify.t6.png"]}
created2021-09-20 02:33:36
last_update2021-09-20 02:33:36
depth1
children0
last_payout2021-09-27 02:33: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_length960
author_reputation368,097,038,146,850
root_title"Markdown Tutorial | Make your post more engaging on Hive"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id106,420,129
net_rshares0
@jacuzzi ·
@dodovietnam Hey yea! You can do a lot of fun things with markdown (Markup?). I cant think of anyting you missed, but if I do, I will post it.. 

OH, Perhaps using an image as a linked object.  

Great work! Have a !PIZZA 
properties (22)
authorjacuzzi
permlinkre-dodovietnam-qzo6xx
categoryhive-147058
json_metadata{"tags":["hive-147058"],"app":"peakd/2021.09.1"}
created2021-09-19 07:18:00
last_update2021-09-19 07:18:00
depth1
children2
last_payout2021-09-26 07:18: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_length223
author_reputation351,653,867,676,561
root_title"Markdown Tutorial | Make your post more engaging on Hive"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id106,400,475
net_rshares0
@dodovietnam ·
Thank you very much @jacuzzi and send my hello to kooza!
properties (22)
authordodovietnam
permlinkre-jacuzzi-2021919t14554661z
categoryhive-147058
json_metadata{"tags":["hive-147058"],"app":"ecency/3.0.22-mobile","format":"markdown+html"}
created2021-09-19 07:55:03
last_update2021-09-19 07:55:03
depth2
children0
last_payout2021-09-26 07:55: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_length56
author_reputation651,760,919,891,341
root_title"Markdown Tutorial | Make your post more engaging on Hive"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id106,400,934
net_rshares0
@pizzabot ·
<center><p>@dodovietnam! I sent you a slice of <b>$PIZZA</b> on behalf of @jacuzzi.</p>
<p>Learn more about <b>$PIZZA Token</b> at <a href="https://hive.pizza">hive.pizza</a>
<sub>(6/20)</sub></p></center>
properties (22)
authorpizzabot
permlinkre-re-dodovietnam-qzo6xx-20210919t071912z
categoryhive-147058
json_metadata"{"app": "beem/0.24.26"}"
created2021-09-19 07:19:12
last_update2021-09-19 07:19:12
depth2
children0
last_payout2021-09-26 07:19: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_length205
author_reputation6,167,709,259,287
root_title"Markdown Tutorial | Make your post more engaging on Hive"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id106,400,491
net_rshares0
@kimloan ·
😃 đúng cái em cần. Em cứ thắc mắc sao mọi người làm được vậy mà em không có thời gian để tìm hiểu. Thanks for sharing anh!
👍  
👎  
properties (23)
authorkimloan
permlinkre-dodovietnam-2021919t20355082z
categoryhive-147058
json_metadata{"tags":["hive-147058","design","formatting","newbies","tutorial","markdown","support","ocd","qurator","posh","proofofbrain"],"app":"ecency/3.0.22-mobile","format":"markdown+html"}
created2021-09-19 13:35:54
last_update2021-09-19 13:35:54
depth1
children1
last_payout2021-09-26 13: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_length122
author_reputation18,003,174,526,823
root_title"Markdown Tutorial | Make your post more engaging on Hive"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id106,406,227
net_rshares17,913,068,405
author_curate_reward""
vote details (2)
@dodovietnam ·
Okay e nhé, vui vì nó đã giúp đc e.
properties (22)
authordodovietnam
permlinkre-kimloan-2021919t23622499z
categoryhive-147058
json_metadata{"tags":["hive-147058","design","formatting","newbies","tutorial","markdown","support","ocd","qurator","posh","proofofbrain"],"app":"ecency/3.0.22-mobile","format":"markdown+html"}
created2021-09-19 16:06:21
last_update2021-09-19 16:06:21
depth2
children0
last_payout2021-09-26 16:06: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_length35
author_reputation651,760,919,891,341
root_title"Markdown Tutorial | Make your post more engaging on Hive"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id106,409,677
net_rshares0
@ophibious ·
Such an excellent post for all new bloggers out there; I appreciate this gesture toward the community :) 
properties (22)
authorophibious
permlinkre-dodovietnam-r8ezsd
categoryhive-147058
json_metadata{"tags":["hive-147058"],"app":"peakd/2022.02.6"}
created2022-03-08 07:07:27
last_update2022-03-08 07:07:27
depth1
children0
last_payout2022-03-15 07:07: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_length105
author_reputation30,764,128,341,091
root_title"Markdown Tutorial | Make your post more engaging on Hive"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id111,127,620
net_rshares0
@phortun ·
Awesome! Very useful, thank you. Even I didn´t know some of these :)

@tipu curate
properties (22)
authorphortun
permlinkqzouxa
categoryhive-147058
json_metadata{"users":["tipu"],"app":"hiveblog/0.1"}
created2021-09-19 15:56:00
last_update2021-09-19 15:56:00
depth1
children2
last_payout2021-09-26 15:56: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_length82
author_reputation1,148,667,349,699,572
root_title"Markdown Tutorial | Make your post more engaging on Hive"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id106,409,465
net_rshares0
@dodovietnam ·
Thank you very much @phortun ❤️. I'm happy coz it is useful for someone.
properties (22)
authordodovietnam
permlinkre-phortun-2021919t2388357z
categoryhive-147058
json_metadata{"tags":["ecency"],"app":"ecency/3.0.22-mobile","format":"markdown+html"}
created2021-09-19 16:08:09
last_update2021-09-19 16:08:09
depth2
children0
last_payout2021-09-26 16:08: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_length72
author_reputation651,760,919,891,341
root_title"Markdown Tutorial | Make your post more engaging on Hive"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id106,409,709
net_rshares0
@tipu ·
<a href="https://tipu.online/hive_curator?phortun" target="_blank">Upvoted  &#128076;</a> (Mana: 2/82) <a href="https://peakd.com/hive/@reward.app/reward-app-quick-guide-updated" target="_blank">Liquid rewards</a>.
properties (22)
authortipu
permlinkre-qzouxa-20210919t155600z
categoryhive-147058
json_metadata"{"app": "beem/0.24.26"}"
created2021-09-19 15:56:06
last_update2021-09-19 15:56:06
depth2
children0
last_payout2021-09-26 15:56: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_length214
author_reputation55,208,603,027,120
root_title"Markdown Tutorial | Make your post more engaging on Hive"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id106,409,471
net_rshares0
@poshtoken ·
https://twitter.com/dodovietnam1/status/1439470934553882628
<sub> The rewards earned on this comment will go directly to the person sharing the post on Twitter as long as they are registered with @poshtoken. Sign up at https://hiveposh.com.</sub>
properties (22)
authorposhtoken
permlinkre-dodovietnam-markdown-tutorial-or-make-your-post-more-engaging12468
categoryhive-147058
json_metadata"{"app":"Poshtoken 0.0.1"}"
created2021-09-19 06:07:36
last_update2021-09-19 06:07:36
depth1
children0
last_payout2021-09-26 06:07: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_length247
author_reputation3,941,860,307,410,914
root_title"Markdown Tutorial | Make your post more engaging on Hive"
beneficiaries
0.
accountreward.app
weight10,000
max_accepted_payout1,000,000.000 HBD
percent_hbd0
post_id106,399,600
net_rshares0
@trangbaby ·
Thank you anh 😍 Rất là hữu ích luôn :)
👍  
properties (23)
authortrangbaby
permlinkre-dodovietnam-2021919t225016508z
categoryhive-147058
json_metadata{"tags":["hive-147058","design","formatting","newbies","tutorial","markdown","support","ocd","qurator","posh","proofofbrain"],"app":"ecency/3.0.22-mobile","format":"markdown+html"}
created2021-09-19 15:50:15
last_update2021-09-19 15:50:15
depth1
children1
last_payout2021-09-26 15:50: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_length38
author_reputation286,994,561,927,509
root_title"Markdown Tutorial | Make your post more engaging on Hive"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id106,409,367
net_rshares17,831,470,020
author_curate_reward""
vote details (1)
@dodovietnam ·
Thanks e nhé. Vui vì nó đax giúp đc mn.
properties (22)
authordodovietnam
permlinkre-trangbaby-2021919t2376512z
categoryhive-147058
json_metadata{"tags":["hive-147058","design","formatting","newbies","tutorial","markdown","support","ocd","qurator","posh","proofofbrain"],"app":"ecency/3.0.22-mobile","format":"markdown+html"}
created2021-09-19 16:07:06
last_update2021-09-19 16:07:06
depth2
children0
last_payout2021-09-26 16:07: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_length39
author_reputation651,760,919,891,341
root_title"Markdown Tutorial | Make your post more engaging on Hive"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id106,409,684
net_rshares0
@whynotcamp ·
Cảm ơn anh, rất hữu ích cho newbie.
👍  
properties (23)
authorwhynotcamp
permlinkre-dodovietnam-qzoon1
categoryhive-147058
json_metadata{"tags":["hive-147058"],"app":"peakd/2021.09.1"}
created2021-09-19 13:40:18
last_update2021-09-19 13:40:18
depth1
children1
last_payout2021-09-26 13:40: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_length35
author_reputation66,227,810,337,184
root_title"Markdown Tutorial | Make your post more engaging on Hive"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id106,406,324
net_rshares19,783,584,124
author_curate_reward""
vote details (1)
@dodovietnam ·
Okay e nha.
properties (22)
authordodovietnam
permlinkre-whynotcamp-2021919t20562774z
categoryhive-147058
json_metadata{"tags":["hive-147058"],"app":"ecency/3.0.22-mobile","format":"markdown+html"}
created2021-09-19 13:56:27
last_update2021-09-19 13:56:27
depth2
children0
last_payout2021-09-26 13:56: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_length11
author_reputation651,760,919,891,341
root_title"Markdown Tutorial | Make your post more engaging on Hive"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id106,406,652
net_rshares0
@xuanphuc98 ·
mấy cái dấu này em cũng chưa biết mấy hehe . phải lưu lại thôi hehe
👍  
properties (23)
authorxuanphuc98
permlinkre-dodovietnam-2021919t22331159z
categoryhive-147058
json_metadata{"tags":["design","formatting","newbies","tutorial","markdown","support","ocd","qurator","posh","proofofbrain"],"app":"ecency/3.0.19-vision","format":"markdown+html"}
created2021-09-19 15:03:30
last_update2021-09-19 15:03:30
depth1
children1
last_payout2021-09-26 15:03: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_length67
author_reputation18,008,119,501,010
root_title"Markdown Tutorial | Make your post more engaging on Hive"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id106,408,331
net_rshares19,924,032,007
author_curate_reward""
vote details (1)
@dodovietnam ·
A vẫn vote đc nè
properties (22)
authordodovietnam
permlinkre-xuanphuc98-2021919t221353741z
categoryhive-147058
json_metadata{"tags":["hive-147058","design","formatting","newbies","tutorial","markdown","support","ocd","qurator","posh","proofofbrain"],"app":"ecency/3.0.22-mobile","format":"markdown+html"}
created2021-09-19 15:13:54
last_update2021-09-19 15:13:54
depth2
children0
last_payout2021-09-26 15:13: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_length16
author_reputation651,760,919,891,341
root_title"Markdown Tutorial | Make your post more engaging on Hive"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id106,408,584
net_rshares0