Use Markdown code to enhance the visual appeal for the reader

in Hive PHlast year

Red Abstract Income Money YouTube Thumbnail_20250316_121002_0000.png

Made by me using canva

What is Markdown: While writing any article, various markdowns are used to make the post look attractive. Markdown basically uses many codes, including italic text, bold text, and image code. Article writing can keep your post creative, but without Markdown code, the post will not look beautiful in any way.

If you are a good author but do not use Markdown code, then your post will not be easy to understand by the readers. Besides, it may look messy to the readers, which may annoy the readers. For this, use the Markdown code in the post. Markdown code makes the most beautiful.

I will show you how to use the code in a very simple way. A lot has been said, now see the Markdown code.

2923mN3pnd7PrxqAS8My84z8QnDpEsSBnKFsBYXvo2e3QfdHcCHmcEg4yg6J5SLrrB2dTXuMPUfUgep1JPRkjHKTQ2hTFefQdVGQYpDWQ86keZ.gif

To straighten the paragraph lines of the post:
<div class ="text-justify">
Use this code.

Input:

<div class ="text-justify">
While writing any article, various markdowns are used to make the post look attractive. Markdown is basically a code that uses italic text, bold text, image code, and many other codes. Article writing can keep your post creative, but without Markdown code, the post will not look good at all.
</div>

Output:

While writing any article, various markdowns are used to make the post look attractive. Markdown is basically a code that uses italic text, bold text, image code, and many other codes. Article writing can keep your post creative, but without Markdown code, the post will not look good at all.


<div class ="text-justify">......</div> The code is used to straighten the para lines.

2923mN3pnd7PrxqAS8My84z8QnDpEsSBnKFsBYXvo2e3QfdHcCHmcEg4yg6J5SLrrB2dTXuMPUfUgep1JPRkjHKTQ2hTFefQdVGQYpDWQ86keZ.gif

Use this code to write in paragraphs within a post.
Input:
<p>While writing any article, various markdowns are used to make the post look attractive.</p>

<p>Markdown basically uses many codes, including italic text, bold text, and image code.</p>

Output:

While writing any article, various markdowns are used to make the post look attractive.

Markdown basically uses many codes, including italic text, bold text, and image code.

<p>.....</p> Use code৷

2923mN3pnd7PrxqAS8My84z8QnDpEsSBnKFsBYXvo2e3QfdHcCHmcEg4yg6J5SLrrB2dTXuMPUfUgep1JPRkjHKTQ2hTFefQdVGQYpDWQ86keZ.gif

Use this code to make any text headline. This headline code works in 6 ways. Given below.
Input:
# Use this code
## Use this code
### Use this code
#### Use this code
##### Use this code
###### Use this code

Output :

Use this code

Use this code

Use this code

Use this code

Use this code
Use this code

To use this code, you need to use # space. Use it before the line of text you want to make a headline. Also, use a space after #. Use the # symbol 1 to 6 times to make the headline smaller or larger.

2923mN3pnd7PrxqAS8My84z8QnDpEsSBnKFsBYXvo2e3QfdHcCHmcEg4yg6J5SLrrB2dTXuMPUfUgep1JPRkjHKTQ2hTFefQdVGQYpDWQ86keZ.gif

Use this code to bold any text.
Input:

Use <b>Markdown</b> or **Markdown** to enhance the visual appeal for the reader

Output :
Use Markdown or Markdown code to enhance the visual appeal for the reader

<b>......</b> **.....*** Use this code to bold any text within or around this code.

2923mN3pnd7PrxqAS8My84z8QnDpEsSBnKFsBYXvo2e3QfdHcCHmcEg4yg6J5SLrrB2dTXuMPUfUgep1JPRkjHKTQ2hTFefQdVGQYpDWQ86keZ.gif

The Strong tag is used exactly like the bold tag. However, there is a small difference, the bold tag is used to draw the reader's attention. The strong quote is used to highlight important lines.

Input:
<strong>Use Markdown code to enhance the visual appeal for the reader</strong>

Output:

Use Markdown code to enhance the visual appeal for the reader

<strong>.....</strong> The code is used to make important lines.

2923mN3pnd7PrxqAS8My84z8QnDpEsSBnKFsBYXvo2e3QfdHcCHmcEg4yg6J5SLrrB2dTXuMPUfUgep1JPRkjHKTQ2hTFefQdVGQYpDWQ86keZ.gif

Use the code to cut and paste any text.

Input:
~~Use Markdown code to enhance the visual appeal for the reader~~

Output:
Use Markdown code to enhance the visual appeal for the reader

~~......~~ Use this code to cut any line or special text.

2923mN3pnd7PrxqAS8My84z8QnDpEsSBnKFsBYXvo2e3QfdHcCHmcEg4yg6J5SLrrB2dTXuMPUfUgep1JPRkjHKTQ2hTFefQdVGQYpDWQ86keZ.gif

Use this code to write paragraphs or create line breaks.

Input:

While writing any article, various markdowns are used to make the post look attractive.<br>
Markdown basically uses many codes, including italic text, bold text, and image code.

Output:
While writing any article, various markdowns are used to make the post look attractive.

Markdown basically uses many codes, including italic text, bold text, and image code.

<br> Use the code to break lines. To write in any line or paragraph format.

2923mN3pnd7PrxqAS8My84z8QnDpEsSBnKFsBYXvo2e3QfdHcCHmcEg4yg6J5SLrrB2dTXuMPUfUgep1JPRkjHKTQ2hTFefQdVGQYpDWQ86keZ.gif

Use this code to italicize or underline any text.
Input:
Use <i>Markdown code to enhance</i> the visual appeal for the reader

Output:
Use Markdown code to enhance the visual appeal for the reader

<i>......</i> Use it to write code with line Curved .

2923mN3pnd7PrxqAS8My84z8QnDpEsSBnKFsBYXvo2e3QfdHcCHmcEg4yg6J5SLrrB2dTXuMPUfUgep1JPRkjHKTQ2hTFefQdVGQYpDWQ86keZ.gif

Use this code to center any text.

Input :
<center>Markdown Code</center>

Output:

Markdown Code

<center>.....</center> Use this code to insert text.

2923mN3pnd7PrxqAS8My84z8QnDpEsSBnKFsBYXvo2e3QfdHcCHmcEg4yg6J5SLrrB2dTXuMPUfUgep1JPRkjHKTQ2hTFefQdVGQYpDWQ86keZ.gif

Use this code to shorten any text or line.

Input:
<sub>Use Markdown code to enhance the visual appeal for the reader</sub>
<sub><sub>Use Markdown code to enhance the visual appeal for the reader</sub></sub>

Output :
Use Markdown code to enhance the visual appeal for the reader
Use Markdown code to enhance the visual appeal for the reader

<sub>...</sub> <sub><sub>.....</sub></sub> Use the code to make the text smaller, use it twice to make it even smaller.

2923mN3pnd7PrxqAS8My84z8QnDpEsSBnKFsBYXvo2e3QfdHcCHmcEg4yg6J5SLrrB2dTXuMPUfUgep1JPRkjHKTQ2hTFefQdVGQYpDWQ86keZ.gif

Use the code to draw a line under text or anywhere else.

Input :

Use Markdown code to enhance the visual appeal for the reader
***

Output :
Use Markdown code to enhance the visual appeal for the reader


*** Using this symbol will draw any line.

2923mN3pnd7PrxqAS8My84z8QnDpEsSBnKFsBYXvo2e3QfdHcCHmcEg4yg6J5SLrrB2dTXuMPUfUgep1JPRkjHKTQ2hTFefQdVGQYpDWQ86keZ.gif

Use the code to make any text visible.

Input:
Use this code to bold any text within or around this code
Or

```Use this code to bold any text within or around this code```

Output:

Use this code to bold any text within

or around this code

Use this code to bold any text within or around this code

```.....```

Or
4 space If you use 4 spaces at the beginning of any text, that line will be shown as code or visible.

2923mN3pnd7PrxqAS8My84z8QnDpEsSBnKFsBYXvo2e3QfdHcCHmcEg4yg6J5SLrrB2dTXuMPUfUgep1JPRkjHKTQ2hTFefQdVGQYpDWQ86keZ.gif

Use the code to write any word below any text on the same line.

Input :

H<sub>2</sub>O

Output:
H2O

...<sub>...</sub>... The code is used to write any text down on the same line.

2923mN3pnd7PrxqAS8My84z8QnDpEsSBnKFsBYXvo2e3QfdHcCHmcEg4yg6J5SLrrB2dTXuMPUfUgep1JPRkjHKTQ2hTFefQdVGQYpDWQ86keZ.gif

Use the code to write a word above any text on the same line.

Input:
10<sup>2</sup> = 100

Output:
102 = 100

...<sup>....</sup> Use the code to write the same line of text upwards.

2923mN3pnd7PrxqAS8My84z8QnDpEsSBnKFsBYXvo2e3QfdHcCHmcEg4yg6J5SLrrB2dTXuMPUfUgep1JPRkjHKTQ2hTFefQdVGQYpDWQ86keZ.gif

Note this code to create the table

Input:
| 1 | 2 | 3 |
|--|--|--|
| 1 | 2 | 3 |
| 4 | 5 | 6 |

Output:

123
123
456

| 1 | 2 | 3 |
|--|--|--|
| 1 | 2 | 3 | You can easily create a table using this code. Just enter your text in the number space. Also, to add more cells, just use |...| this symbol. Using this symbol below will create multiple tables as shown below, but the next cell must be kept the same.

2923mN3pnd7PrxqAS8My84z8QnDpEsSBnKFsBYXvo2e3QfdHcCHmcEg4yg6J5SLrrB2dTXuMPUfUgep1JPRkjHKTQ2hTFefQdVGQYpDWQ86keZ.gif

Use to create unnumbered lists.

Input:
- List 1
- Lisit 2
- List 3
Output :

  • List 1
  • Lisit 2
  • List 3

- Use 1 space after this symbol, then the code will work easily. List can be created easily with this code.

2923mN3pnd7PrxqAS8My84z8QnDpEsSBnKFsBYXvo2e3QfdHcCHmcEg4yg6J5SLrrB2dTXuMPUfUgep1JPRkjHKTQ2hTFefQdVGQYpDWQ86keZ.gif

Create a list with just the (.) symbol.

Input:
1.
2.
3.

Output:
1 .
2 .
3 .

. Just use the dot symbol after the number, and the list will be created.

2923mN3pnd7PrxqAS8My84z8QnDpEsSBnKFsBYXvo2e3QfdHcCHmcEg4yg6J5SLrrB2dTXuMPUfUgep1JPRkjHKTQ2hTFefQdVGQYpDWQ86keZ.gif

To quote any text, note the code below.
Input:
> Markdown
Output:

Markdown

> Using a space after this symbol allows you to easily quote any line or word.

2923mN3pnd7PrxqAS8My84z8QnDpEsSBnKFsBYXvo2e3QfdHcCHmcEg4yg6J5SLrrB2dTXuMPUfUgep1JPRkjHKTQ2hTFefQdVGQYpDWQ86keZ.gif

Use the code to create the link.

Input :
[Visit link](https://hive.blog/@omor11)

Output:
Visit link

[ ] Write the text in this third bracket and then put the link in the () fast bracket. Then the link will be created. []().

2923mN3pnd7PrxqAS8My84z8QnDpEsSBnKFsBYXvo2e3QfdHcCHmcEg4yg6J5SLrrB2dTXuMPUfUgep1JPRkjHKTQ2hTFefQdVGQYpDWQ86keZ.gif

Use the code to make any text visible.

Input:
<code>Markdown </code>
Output:
Markdown

<code>...</code> Use the code to make it visible.

2923mN3pnd7PrxqAS8My84z8QnDpEsSBnKFsBYXvo2e3QfdHcCHmcEg4yg6J5SLrrB2dTXuMPUfUgep1JPRkjHKTQ2hTFefQdVGQYpDWQ86keZ.gif

Use the code to color the text in red.
Input:
<div class="phishy">Markdown</div>

Output :

Markdown

<div class="phishy">.....</div> You can easily color the text red using the code.

2923mN3pnd7PrxqAS8My84z8QnDpEsSBnKFsBYXvo2e3QfdHcCHmcEg4yg6J5SLrrB2dTXuMPUfUgep1JPRkjHKTQ2hTFefQdVGQYpDWQ86keZ.gif

Use the code to move the text to the right.
Input :
<div class="pull-right">
</div>
What is Markdown: While writing any article, various markdowns are used to make the post look attractive. Markdown basically uses many codes, including italic text, bold text, and image code. Article writing can keep your post creative, but without Markdown code, the post will not look beautiful in any way.

Output :

Red Abstract Income Money YouTube Thumbnail_20250316_121002_0000.png

What is Markdown: While writing any article, various markdowns are used to make the post look attractive. Markdown basically uses many codes, including italic text, bold text, and image code. Article writing can keep your post creative, but without Markdown code, the post will not look beautiful in any way.

<div class="pull-right"> </div> You can use this code to move the text to the right.

2923mN3pnd7PrxqAS8My84z8QnDpEsSBnKFsBYXvo2e3QfdHcCHmcEg4yg6J5SLrrB2dTXuMPUfUgep1JPRkjHKTQ2hTFefQdVGQYpDWQ86keZ.gif

Use the code to align the text to the left.

Input:
<div class="pull-left">
</div>
What is Markdown: While writing any article, various markdowns are used to make the post look attractive. Markdown basically uses many codes, including italic text, bold text, and image code. Article writing can keep your post creative, but without Markdown code, the post will not look beautiful in any way.

Output:

Red Abstract Income Money YouTube Thumbnail_20250316_121002_0000.png

What is Markdown: While writing any article, various markdowns are used to make the post look attractive. Markdown basically uses many codes, including italic text, bold text, and image code. Article writing can keep your post creative, but without Markdown code, the post will not look beautiful in any way.

<div class="pull-left"> ``` You can easily move the text to the left using this code.

2923mN3pnd7PrxqAS8My84z8QnDpEsSBnKFsBYXvo2e3QfdHcCHmcEg4yg6J5SLrrB2dTXuMPUfUgep1JPRkjHKTQ2hTFefQdVGQYpDWQ86keZ.gif

You can easily make your posts visually appealing by using all the markdown codes shown here. That's it for today. If you like today's post, please give your feedback. Finally, I'm saying goodbye today, see you in the next blog.

2923mN3pnd7PrxqAS8My84z8QnDpEsSBnKFsBYXvo2e3QfdHcCHmcEg4yg6J5SLrrB2dTXuMPUfUgep1JPRkjHKTQ2hTFefQdVGQYpDWQ86keZ.gif

IMG_20250123_190732.jpg

My name is Khalid Saifullah. I am 18 years old and currently, a second-year student in the Department of Arts, studying Alim. I live in Bangladesh and have a passion for travel, learning, and implementing new ideas. I enjoy immersing myself in nature and have a love for photography, blogging, and drawing.


Connect with me on social media for assistance. Here are my Facebook and WhatsApp links. Don't hesitate to reach out for any inquiries. Thank you.

Sort:  

:) :) good job

!discovery 30


This post was shared and voted inside the discord by the curators team of discovery-it
Join our Community and follow our Curation Trail
Discovery-it is also a Witness, vote for us here
Delegate to us for passive income. Check our 80% fee-back Program

Thank you

Congratulations @omor11! You have completed the following achievement on the Hive blockchain And have been rewarded with New badge(s)

You got more than 600 replies.
Your next target is to reach 700 replies.

You can view your badges on your board and compare yourself to others in the Ranking
If you no longer want to receive notifications, reply to this comment with the word STOP

Thank you hivebuzz

You're unstoppable @omor11! We'll be here cheering you on every step of the way!