Hi everyone,
Today I would like to talk about apply markdown in steemit. First of all I would like to thanks @cryptokannon @besticofinder for the guidelines and helps to complete my achievement 4 task.
Image Source
To make a post creative and organize we should learn how to use markdowns correctly.So here are some guideline for it.
How to put Headline
Headline is the most important part of any article which can attract readers toward the article. This should produce a brief information about what the article is.
When making a headline someone can think it's easy to bold a text , but when do write a big article you should use correct way to make headlines differences. so that it can improve the article quality. Text size of the headline may guide the reader to know the importance of the paragraph and connection between each part of the article.
When we making headline we use # sign at the beginning of the sentence, and put one space just after before the headline
eg : # Headline 1
## Headline 2
### Headline 3
#### Headline 4
##### Headline 5
When increasing the # signs , the size of the headline may decreases and vice versa.
Here is the output,
Headline 1
Headline 2
Headline 3
Headline 4
Headline 5
How to put Align a Text
Left align :
Right align :
center align :
How to add Links
Adding links are more important when you want to add image, content, data sources to the article.
eg:
https://steemit.com/hive-185836/@sridhara/my-year-2020-or-year-of-unexpected-challenges-by-sridhara
- When we add a steemit name along with "@"sign it also turn into a link which may leads to the tagged one's blog page.
eg: @sridhara
- When we want to hide a long source address/link in the article, we can hide it by using this way,
When you use the link, only output will be shown like "Image Source"only, and when you click on it , automatically directed to the original source.
eg:
How to add Videos
When we want to add a video to our post we cannot directly upload to the post.
We have to use Youtube or DTube. First we have to upload the video to one of those and can directly copy the link of the video to the post, it will automatically embedded in the post.
eg:
## How to creat Tables Use the code like following, ![88.png]()
output;
Header 1 | Header 2 | Header 3 |
---|---|---|
cell 1 | cell 2 | cell 3 |
A | B | C |
1 | 2 | 3 |
Here are some markdown methods that commonly use in steemit. Hope this helps to improve your knowledge.
Special thanks to @cryptokannon for the guidelines and helps to complete my achievement 4 task.
Thanks for reading