I need to write arabic (rtl) language in README.md file in github.
So how could I do this?
You can't do this with markdown but you can surely do this with HTML.
<div dir="rtl">
## عنوان
### قائمة
<ul>
<li>١. البند 1</li>
<li>٢.البند 2</li>
<li>٣.البند 3</li>
</ul>
</div>
If just some parts of the document need to be right-to-left:
## <div dir="rtl">عنوان</div>
### <div dir="rtl">قائمة</div>
<div dir="rtl"><ul>
<li>١. البند 1</li>
<li>٢.البند 2</li>
<li>٣.البند 3</li>
</ul></div>
You could consider using ahmadajmi/markdown-arabic which includes a right-to-left markdown editor.
Online version is also available at arabicmarkdown.netlify.com
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With