INTRO
I regularly write tutorials on Steemit topics in our Tron Fan Club community. Apart from Steemit, I also write about Blockchain, Tron Blockchain and other topics. In continuation of the tutorial, I am sharing the rules of Markdown styling. The main purpose of these tutorials is to save and share Steemit's learning tutorials consistently in one place so that a new user can easily understand his work by reading these tutorials and start his own. I will share with you another five important markdown techniques in today's third part tutorial of Markdown styling. Today I gonna share following techniques-
- Hyperlink
- Image
- Visible orginal Code
- Superscript
- Subscript
So, Let’s get started
-
STYLE 13: HYPERLINK
If we want to share any website link in our post then we can easily hyperlink that link. Only the part of the text that we put for the link will show up in our post as a hyperlink. Let's see how to do it.
We should type
This is the [Link](https://steemit.com/created/hive-183397) of Tron Fan Club Community.
It will be shown as below-
This is the Link of Tron Fan Club Community.
STYLE 14: IMAGE
We upload images as necessary while writing our posts and those images are placed in our posts in a specific format. When the post is published, the format is no longer visible but the image only. But if we want to show here any image uploaded from any other website then we have to follow this same format. That is, a specific format is followed here for all types of images. Let's see what that format is.
We should type
![Tron-Thumbnail.jpg](https://i.postimg.cc/gcSsR343/Tron-Thumbnail.jpg)
It will be shown as below-
STYLE 15: DEACTIVATING MARKDOWN CODE
We often want to make our Markdown symbols visible for creating tutorials or for various reasons. That is, we want to keep the symbols we use as they are without applying them as Markdown in the post. For that we can follow a few methods. You can follow at least three methods below to make your code not working. I am also showing you the Markdown codes while writing this tutorial.
First Method
We should type
four space before any code
It will be shown as below-
**Tron Fan Club**
Second Method
We should type
Some symbols will not work if you use \ symbol before that symbol code.
\*\*Tron Fan Club\*\*
It will be shown as below-
**Tron Fan Club**
Third Method
We should type
By using apostrophe symbols we can also inactive the markdown code.
'Tron Fan Club'
four space before any code
It will be shown as below-
'Tron Fan Club'
STYLE 16: SUPERSCRIPT
Superscripts are often used in writing mathematical equations. Let's see how you can do this
We should type
(a+b)<sup>2</sup>
It will be shown as below-
(a+b)2
STYLE 17: SUBSCRIPT
Many times we need to use subscripts while writing chemical equations. Let's see how you can use subscript in your post.
We should type
H<sub>2</sub>O
It will be shown as below-
H2O
CONCLUSION
CONCLUSION
I am trying to share the details of Steem Blockchain in simple language in a consistent way as a collection so that anyone can easily know the details about this blockchain in one place. Those who newly want to work in the Steem blockchain can easily access to this world of Steem blockchain by studying the basics of steem series from here.
Click to Join our Discord Server
Thank you. I learnt new trick about markdown.
Waiting for next part.
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
Markdown is the beauty of article. Steemit markdown is all about html. Love to discover it. Thanks for sharing man.
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit