About Markdown
I am trying to learn markdown (md) syntax, because this blog use one. and this is my notes about markdown so far.
Markdown Syntax
header in markdown :
This is H1
This is H2
This is H3
This is H4
This is H5
This is H6
Markdown editor
Examples of markdown editor can be found here, particularly this one.
test image
markdown and arabic
How do I create arabic page for this webiste? I dont realy know the best way to write arabic in markdown file, but we can just write it in the format of ascii or utf-8.
take a look these examples:
for the FONT, in css I use:
@import url(http://fonts.googleapis.com/earlyaccess/amiri.css);
Example:
font-family: 'Amiri', serif;
We will face bracket problem ( )
.
To solve this problem, use
‎
right after a closed bracket )
, so it become )‎
Note: I will add more later (hopefully).