Hello everyone, Happy New year to all Hiveans. Welcome to my Markdown post.
My user is @meraz01
Today I have come up with some information about the post of the markdown code of Hive for you. I hope you will benefit at least a little from this markdown.
1. Headline markdown
Two way to creating headline markdown.
Fast mathood :
You can creates simple way in headline markdown : start row symbol #.
The number of the symbol # increases, the Headline1 size decreases
Example :
The code:
# Headine1
## Headine1
### Headine1
#### Headine1
##### Headine1
###### Headine1
2. Align text
Sometimes we want to write two types of language or two types of pictures in two columns.
Example :
<div class="pull-left">
Hello everyone, how are you all.
</div>
<div class="pull-right">
Hi i am fine and you?
</div>
3. Center text
You want to write in the middle but you can't. Follow this rule for that.
Example :
<center>Hello Friends</center>
Hello Friends
4. Link Added
Example :
Image[Source](https://www.pexels.com/photo/gold-baubles-on-white-surface-5725972/)
5. Table
Create table easily use some code.
Example :
Image | Information
--- | ---
Device | Realme C25s
Location | Dhaka, Bangladesh
User id | @meraz01
| Image | Information |
|---|---|
| Device | Realme C25s |
| Location | Dhaka, Bangladesh |
| User id |
6. Quotes
You can easily Quotes useing this symbol > It will only happen if you put this symbol in front of what you are writing.
Example :
> Hello everyone, how are you all. Hope you guyz all are well i am fine too.
Hello everyone, how are you all. Hope you guyz all are well i am fine too.
7. Line Break
You can easily break your written line. Use this<br>
Example :
Hi friends, how are you. I am fine <br> So where are you going now.
Hi friends, how are you. I am fine
So where are you going now.
8. Subject
To add topics below any pictures or videos. You can use this method, it is a very simple method.
<sub>picture or videos</sub>
picture or videos
9. Ruler
Now if you want to separate a theme. Then you can upload a ruler or beginning of the line 3 equal, 3 stars, 3 dashes sings
=== or *** or ---
10. Code
Sometimes code has to be added to a post. Below are two rules.
#1. Adding a back-tick (`) before and after the markdown syntax.
Hello
#2. You can use <code> before and after the command </code>at end of the soutpute.
<code> *Hi* </code> output.>>
Hi