Achievement 4 by @ziabutt3836 Task : Applying Markdowns

in Newcomers' Community3 years ago (edited)

2021-05-07-10-09-57.jpg

Markdown Code Guide for Beginners

What is Markdown ?

Markdown is a plain text formatting syntax. Writer use Markdowns to quickly write structured content for web. In 2004 Apple expert John Gruber came up with the idea after becoming frustrated by writing long, laborious HTML tags to properly format his content. Using a traditional writing user interface you have to pause your writing every few minutes (or sometimes seconds) and reach for the mouse in order to click, highlight, click a formatting button, and then click back to where you left off in order to continue. Markdown allows you to keep your fingers firmly planted on the keyboard as you apply formatting on the fly. Following Markdowns usually used in steemit posts.

Headings :

Website content headings are very important since they determine if audiences will read your article or not. We use # hashtag to create headings. Increase in the numbers of # will decrease the size of Heading.

Heading 1

Heading 2

Heading 3

Heading 4

Heading 5
Heading 6

Above Headings are created by following codes

# Heading 1
## Heading 2
### Heading 3
#### Heading 4
##### Heading 5
###### Heading 6

There is another way of creating

  • Heading 1
  • Heading 2
without # . You can add three times equal sign to create Heading 1 and three times little and underneath dashes for Heading 2.

Heading 1

Heading 2

Above Headings are created by following codes

Heading 1
===
Heading 2
---

Bold :

To write in bold style you can use ** on both sides of text.
For example

@ziabutt3836 is your well-wisher

Code for above statement is below.

**@ziabutt3836 is your well-wisher**

Italics :

To write in italics style you can use * on both sides of text.
For example

@ziabutt3836 is your well-wisher

Code for above statement is below.

*@ziabutt3836 is your well-wisher*

Strikethrough :

To write in Strikethrough style you can use ~~ on both sides of text.
For example

@ziabutt3836 is your well-wisher

Code for above statement is below.

~~@ziabutt3836 is your well-wisher~~

Center :

To write in Center align style you can use <center> text here </center>
For example

@ziabutt3836 is your well-wisher

Code for above statement is below.

<center>@ziabutt3836 is your well-wisher</center>

Justify Text :

Unjustified
During writing an essay or a Steemit post, justify is nice looking format of writing. For example, this paragraph is not justified that's why it is not attracting the eyes of reader. But when put justify code for this paragraph then it looks nice. Following paragraph is justified.

Justified

This is a justified paragraph that's why it is looking nice. We should use justify style for writing a post on steemit or writing an essay elsewhere. I write justify code below for your guidance. Remember me in your prayers.

Code

<div class="text-justify">This is a justified paragraph that's why it is looking nice. We should use justify style for writing a post on steemit or writing an essay elsewhere. I write justify code below for your guidance. Remember me in your prayers.</div>

List :

You can use * to create a list

  • List 1
  • List 2
  • List 3

Code

*List 1
*List 2
*List 3

Alignment of Text into two columns:

If you need to align text in two different columns then you use following method for your text alignment.

It is Right side of column. Today we try to align our text in two different columns. I think we will be succeed if we follow correctly.
It is Left side of column. Today we try to align our text in two different columns. I think we will be succeed if we follow instructions correctly.

Subscript :

If you want write text or numbers below baseline then You can use <sub> text or number here </sub> code.
C<sub>2</sub>H

Output

C2H .

SuperScript :

If you want to write text or numbers above the baseline then You can use the <sup>text or numbers</sup>command.

3.5×10<sup>23</sup>

Output

3.5×1023

Links :

Often we need to add many links in our steemit post for example our username or any web address or source of any data.

Table :

If you want to insert a table in your post you should follow following format and add as many Headers and Cells you need.

Header 1 | Header 2
--------- | ----------
Cell 1 | Cell 2

Output

Header 1Header 2
Cell 1Cell 2

Quotes :

If you want to write a statement which is not yours or a Quote or phrase that someone said. Use > before statement.

> "Knowledge is power.”
― Sir Francis Bacon

Output

"Knowledge is power.”
― Sir Francis Bacon

Images Alignment :

Image Left Align :

This Image is Left Align and the text is Right Align. Code for this action is written below. You can change image and text according to your requirement but the command will remain same.

** Code**

<div class="pull-left">
https://cdn.steemitimages.com/DQmSaGyy1anj2wPniSS95B9gXm18bVGAiR8HByBoWHjrfdG/IMG_20210203_180956443.jpg
</div>

Image Left Align :

This Image is Right Align and the text is Left Align. Code for this action is written below. You can change image and text according to your requirement but the command will remain same.

Code

<div class="pull-right">
https://cdn.steemitimages.com/DQmSaGyy1anj2wPniSS95B9gXm18bVGAiR8HByBoWHjrfdG/IMG_20210203_180956443.jpg
</div>

Image Center Align :

This Image is Center Align and the text is also Center Align. Code for this action is written below. You can change image and text according to your requirement but the command will remain same.

Code

<center>https://cdn.steemitimages.com/DQmSaGyy1anj2wPniSS95B9gXm18bVGAiR8HByBoWHjrfdG/IMG_20210203_180956443.jpg</center>

Gifs :

Code

<center>https://blog.commlabindia.com/wp-content/uploads/2019/07/animated-gifs-corporate-training.gif</center>

Videos :

You only copy and paste the youtube video URL in your post to add a video in your post.
Or upload your video on steemit.

Code for above video

https://m.youtube.com/watch?v=vcXzXMV4go0

Aim of my Post is to Help the newcomers in writing their post more attractively. This post is the out-turn of my three days hard work. Ask your question or give your suggestions about Markdown. I try my best to reply your question and implement your suggestions.

Special thanks goes to @cryptokannon for developing this wonderful task and @hassanabid , @haidermehdi , @rashid001 for their guidance and @steemcurator01 , @steemcurator02 , @steemcurator03 for their support.

Sort:  

Congratulations on getting successfully verified over Achievement 4 best of luck for next Achievement.

 3 years ago 

What is achievement 5 ??
@hassanabid

Coin Marketplace

STEEM 0.28
TRX 0.13
JST 0.032
BTC 65935.31
ETH 3015.23
USDT 1.00
SBD 3.75