Skip to content

Commit

Permalink
Add bold | italic methods
Browse files Browse the repository at this point in the history
  • Loading branch information
BlackIQ committed Sep 25, 2021
1 parent ec6fdc6 commit 320af8a
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions docs/fa/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -104,21 +104,21 @@ <h2>استایل متنی</h2>
منظور از استایل های متنی همان کج کردن و ضخیم کردن متن میباشد.
</p>
<p>
In HTML we use <code class="inline">b</code> tags. In md we just use <code class="inline">**</code> in start and end of the text. Look at examples.
در HTML از <code class="inline">b</code> تگ ها برای ضخیم کردن استفاده میشد. در اینجا از <code class="inline">**</code> در ابتدای متن و انتهای متن استفاده میشود.
</p>
<div class="row">
<div class="col-md-6">
<p><b>HTML</b></p>
<div class="code">
<xmp>
This is <b>Amir</b>. Nice to meet <b>you</b>.
بنده <b>امیر</b> هستم. از آشنایی با <b>شما</b> خوشبختم.
</xmp>
</div>
<br>
</div>
<div class="col-md-6">
<p><b>خروجی</b></p>
<p>This is <b>Amir</b>. Nice to meet <b>you</b>.</p>
<p>بنده <b>امیر</b> هستم. از آشنایی با <b>شما</b> خوشبختم.</p>
<br>
</div>
</div>
Expand All @@ -127,34 +127,34 @@ <h2>استایل متنی</h2>
<p><b>Markdown</b></p>
<div class="code">
<xmp>
This is **Amir**. Nice to meet **you**.
بنده **امیر** هستم. از آشنایی با **شما** خوشبختم.
</xmp>
</div>
<br>
</div>
<div class="col-md-6">
<p><b>خروجی</b></p>
<p>This is <b>Amir</b>. Nice to meet <b>you</b>.</p>
<p>بنده <b>امیر</b> هستم. از آشنایی با <b>شما</b> خوشبختم.</p>
<br>
</div>
</div>
<br>
<p>
Now, this is how to make a text italic. In HTML people use <code class="inline">i</code> and in Markdown we use stars. Not 2. Just one!
اما چطوری متن را ایتالیک کنیم. در HTML از تگ <code class="inline">i</code> استفاده میشود. اما در اینجا فقط یک ستاره استفاده میشود.
</p>
<div class="row">
<div class="col-md-6">
<p><b>HTML</b></p>
<div class="code">
<xmp>
He said <i>I love to use Git in my projects</i>.
اون گفت <i>ما عاشق استفاده از گیت هستم</i>.
</xmp>
</div>
<br>
</div>
<div class="col-md-6">
<p><b>خروجی</b></p>
<p>He said <i>I love to use Git in my projects</i>.</p>
<p>اون گفت <i>ما عاشق استفاده از گیت هستم</i>.</p>
<br>
</div>
</div>
Expand All @@ -163,18 +163,18 @@ <h2>استایل متنی</h2>
<p><b>Markdown</b></p>
<div class="code">
<xmp>
He said *I love to use Git in my projects*.
اون گفت *ما عاشق استفاده از گیت هستم*.
</xmp>
</div>
<br>
</div>
<div class="col-md-6">
<p><b>خروجی</b></p>
<p>He said <i>I love to use Git in my projects</i>.</p>
<p>اون گفت <i>ما عاشق استفاده از گیت هستم</i>.</p>
<br>
</div>
</div>
<p>This was italic and bold methods!</p>
<p>این هم روش ضخیم و ایتالیک کردن متن.</p>
<br>
<h2>لینک ها</h2>
<hr class="under">
Expand Down

0 comments on commit 320af8a

Please sign in to comment.