Achievement 4 by @bennethade Task : Applying Markdowns by bennethade

View this thread on steempeak.com
· @bennethade · (edited)
$0.07
Achievement 4 by @bennethade Task : Applying Markdowns
<div class="text-justify">
<h3>Excellent greetings to you all steemians!</h3>
It has really marveled me that as I move on, on the ladder of these beginners achievements, I keep learning amazing things that has generally helped my knowledgebase.<br/> <br/>

So, today, we will be looking into one of the sweetest tasks given to me that I found interesting to talk about – Markdowns.<br/>


![markdowns.png](https://cdn.steemitimages.com/DQmUYwqUa4cSLQ8c7s7o5kpozQq8HssVujYt8q3DThkbGZM/markdowns.png)
<br/>

<hr/><hr/>

<h3>WHAT ARE MARKDOWNS?</h3>

According to Wikipedia, “Markdown is a lightweight markup language for creating formatted text using a plain-text editor.” [Source]( https://en.wikipedia.org/wiki/Markdown)<br/>

This simply depicts that, with the use of markdowns, one could easily format a sentence, paragraph, table, images or videos to suit his/her desires. These markdowns in other words can also be called “extra symbols” that “helps you create a document with an explicit structure” [Source](https://opensource.com/article/19/9/introduction-markdown)<br/>

Markdowns are very important because “It makes it easier for non-tech writers to produce documentation that can be collaborative and flexible at the same time.” [Source](https://www.writethedocs.org/guide/writing/markdown/)

<hr/><hr/>

<h3>LET’S SEE A FEW OF THEM</h3><br/>


![image.png](https://cdn.steemitimages.com/DQmSK4jna8UMEJoec1yKxpiEPtsuHKFyi8Qb3asB7NWyeW1/image.png)
[Image Credit](https://www.teahub.io/viewwp/ihxTbbm_blackboard/)<br/>

<hr/><hr/>

**1. SUB SCRIPT**
<p>Texts and numbers could be made to appear in several forms. One of these forms is the sub script feature which is represented with the  "< sub >  < / sub >" tag in markdowns. Let’s see an example using the carbon four oxide symbol in chemistry.</p>

CO < sub > 2 < / sub > <br/>

**The output is shown below.** <br/>
CO<sub>2</sub>
<br/>

<hr/><hr/>

**2.  ALIGNING TEXT INTO TWO CELLS** <br/>
In cases where you want to create a text that must appear in column-like format, you’ll have to make use of the aligning feature of pull-right or pull-left. This is illustrated in the example below.<br/>

< div class = " pull-right " >This is for the right text. Now that you have seen how to align a text in two cells, kindly take note that this is where you place the first text to be aligned right. And it appears as beautiful as it is displayed below. < / div >
Then, this is for the left text. Now that you have seen how to align a text in two cells, kindly take note that this is where you place the second text to be aligned left. And it appears as beautiful as it is displayed below. <br/>

**The output will be like the one below**
<div class="pull-right">This is for the right text. Now that you have seen how to align a text in two cells, kindly take note that this is where you place the first text to be aligned right. And it appears as beautiful as it is displayed below. </div>

This is for the left text. Now that you have seen how to align a text in two cells, kindly take note that this is where you place the second text to be aligned left. And it appears as beautiful as it is displayed below. <br/>

<hr/><hr/>

**3. JUSTIFY TEXT**
There are times you may want to write a complete article and would want to make it as fine and easy to read as possible. In order to make your work look nice, using the justification markdown is very important because it makes the text have an equal edge on both left and right sides. This works as shown below.<br/>

<p>< div class = "text-justify" >Now that you have seen how to justify a text, kindly take note that this place is where you place the text to be justified. And it appears as beautiful as it is displayed below. < / div ></P><br/>

**Output**
<div class"text-justify">Now that you have seen how to justify a text, kindly take note that this place is where you place the text to be justified. And it appears as beautiful as it is displayed below. </div><br/>

</div>

**But without Justify, you'll have it this way**

<p>Now that you have seen how to justify a text, kindly take note that this place is where you place the text to be justified. And it appears as beautiful as it is displayed below.</p>


![amazing markdowns.png](https://cdn.steemitimages.com/DQmYMwPdqxUQKXLoD8TKdZ8BGs2AwDx42rbnQAiuvSTFmHd/amazing%20markdowns.png)


<div class="text-justify">

<hr/><hr/>

**4. ADDING HEADING** <br/>
It is almost impossible to write a complete article and have no headings. The markdown for heading helps to add an eye-catching text that simply appears to be a little bigger and bolder than others. In order to do that, you have to add the “#” symbol in front of the text you want to make bigger. The number of “#s” added In front of the text indicates the size of the heading. 

**Example** <br/>
<p># Steemit is good<br/>
## Steemit is good<br/>
### Steemit is good<br/>
#### Steemit is good<br/>
##### Steemit is good<br/>
###### Steemit is good</P><br/>

**The output will be like this** <br/>
<p><h1>Steemit is good</h1>
<h2>Steemit is good</h2>
<h3>Steemit is good</h3>
<h4>Steemit is good</h4>
<h5>Steemit is good</h5>
<h6>Steemit is good</h6></p>

<hr/><hr/>

**5. ADDING LINKS** <br/>
Links are a vital form of making references in an article. They help you achieve a plagiarism-free work. Hence, the steemit blockchain encourages everyone to learn how to use these methods of making references. Below is an example on how it works.

<p>[link](https://steemit.com/@bennethade)</p>

This will make the above link to appear in this form.<br/>[link](https://steemit.com/@bennethade)<br/> Hence, making it clickable. <br/>

<hr/><hr/>

**6. ADDING A LINE BREAK**
The importance of breaking lines are always on the high side. Because, it makes sentences and paragraphs or other items on the webpage to be in segments.  This makes it easier for the readers to read. In order to use the line break feature, you have to add the < br > tag at the end of whatever text, paragraph or object you want to separate from the items below it.<br/>


</div>
👍  , , ,
properties (23)
post_id93,889,896
authorbennethade
permlinkachievement-4-by-bennethade-task-applying-markdowns
categoryhive-172186
json_metadata{"tags":["nigeria","achievement4","krsuccess","steemexclusive","markdown"],"image":["https:\/\/cdn.steemitimages.com\/DQmUYwqUa4cSLQ8c7s7o5kpozQq8HssVujYt8q3DThkbGZM\/markdowns.png","https:\/\/cdn.steemitimages.com\/DQmSK4jna8UMEJoec1yKxpiEPtsuHKFyi8Qb3asB7NWyeW1\/image.png","https:\/\/cdn.steemitimages.com\/DQmYMwPdqxUQKXLoD8TKdZ8BGs2AwDx42rbnQAiuvSTFmHd\/amazing%20markdowns.png"],"links":["https:\/\/en.wikipedia.org\/wiki\/Markdown","https:\/\/opensource.com\/article\/19\/9\/introduction-markdown","https:\/\/www.writethedocs.org\/guide\/writing\/markdown\/","https:\/\/www.teahub.io\/viewwp\/ihxTbbm_blackboard\/","https:\/\/steemit.com\/@bennethade"],"app":"steemit\/0.2","format":"markdown"}
created2021-09-09 17:50:51
last_update2021-09-17 11:07:12
depth0
children5
net_rshares145,166,331,892
last_payout2021-09-16 17:50:51
cashout_time1969-12-31 23:59:59
total_payout_value0.037 SBD
curator_payout_value0.036 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length6,075
author_reputation1,369,829,979,214
root_title"Achievement 4 by @bennethade Task : Applying Markdowns"
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
author_curate_reward""
vote details (4)
@successgr.with ·
[![image.png](https://cdn.steemitimages.com/DQmPxfUdjucS8siGhqoNcZcy4yZPQQeH63umWnwoCqcy3AL/image.png)](https://steemitwallet.com/~witnesses)
properties (22)
post_id93,889,988
authorsuccessgr.with
permlinkre-achievement-4-by-bennethade-task-applying-markdowns-20210909t175601
categoryhive-172186
json_metadata{}
created2021-09-09 17:56:00
last_update2021-09-09 17:56:00
depth1
children0
net_rshares0
last_payout2021-09-16 17:56:00
cashout_time1969-12-31 23:59:59
total_payout_value0.000 SBD
curator_payout_value0.000 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length141
author_reputation261,015,721,568,254
root_title"Achievement 4 by @bennethade Task : Applying Markdowns"
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
@ngoenyi ·
Please remove curators tag in your post so it can be verified. Also avoid tagging curators when making a post.
properties (22)
post_id94,080,832
authorngoenyi
permlinkqzkr9b
categoryhive-172186
json_metadata{"app":"steemit\/0.2"}
created2021-09-17 10:46:27
last_update2021-09-17 10:46:27
depth1
children1
net_rshares0
last_payout2021-09-24 10:46:27
cashout_time1969-12-31 23:59:59
total_payout_value0.000 SBD
curator_payout_value0.000 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length110
author_reputation972,249,610,374,906
root_title"Achievement 4 by @bennethade Task : Applying Markdowns"
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
@bennethade ·
Okay noted. I will do that right away. Thanks for your instruction.
properties (22)
post_id94,081,170
authorbennethade
permlinkqzks5w
categoryhive-172186
json_metadata{"app":"steemit\/0.2"}
created2021-09-17 11:06:03
last_update2021-09-17 11:06:03
depth2
children0
net_rshares0
last_payout2021-09-24 11:06:03
cashout_time1969-12-31 23:59:59
total_payout_value0.000 SBD
curator_payout_value0.000 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length67
author_reputation1,369,829,979,214
root_title"Achievement 4 by @bennethade Task : Applying Markdowns"
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
@smartcliff ·
Repost  this a.d get verified
properties (22)
post_id94,118,083
authorsmartcliff
permlinkqzni6u
categoryhive-172186
json_metadata{"app":"steemit\/0.2"}
created2021-09-18 22:23:21
last_update2021-09-18 22:23:21
depth1
children0
net_rshares0
last_payout2021-09-25 22:23:24
cashout_time1969-12-31 23:59:59
total_payout_value0.000 SBD
curator_payout_value0.000 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length29
author_reputation19,850,789,211,926
root_title"Achievement 4 by @bennethade Task : Applying Markdowns"
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
@bright-obias ·
<div class="text-justify">

We are sorry that we have missed this achievement post curation windows, I have upvoted your post of [Achievement 5 task 1](https://steemit.com/hive-172186/@bennethade/achievement-5-task-1-by-bennethade-review-steemworld-org) for the catch up vote. Greeter @bright-obias.

</div>
properties (22)
post_id94,125,315
authorbright-obias
permlinkqzo4h4
categoryhive-172186
json_metadata{"users":["bright-obias"],"links":["https:\/\/steemit.com\/hive-172186\/@bennethade\/achievement-5-task-1-by-bennethade-review-steemworld-org"],"app":"steemit\/0.2"}
created2021-09-19 06:24:45
last_update2021-09-19 06:24:45
depth1
children0
net_rshares0
last_payout2021-09-26 06:24:45
cashout_time1969-12-31 23:59:59
total_payout_value0.000 SBD
curator_payout_value0.000 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length307
author_reputation119,002,354,889,508
root_title"Achievement 4 by @bennethade Task : Applying Markdowns"
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000