Diaspora/Website
-
Headings
Headings
ശീർഷകങ്ങൾ -
You can add first-, second- and third-level headings to your message by placing a hash symbol (#) at the start of a line, as follows:
You can add first-, second- and third-level headings to your message by placing a hash symbol (#) at the start of a line, as follows:
-
An extremely large header
An extremely large header
ഇത് വളരെ വലിയ ഒരു ശീർഷകമാണ് -
Half as big as the one above
Half as big as the one above
-
Twice the size of normal text
Twice the size of normal text
സാധാരണ അക്ഷരത്തേക്കാൾ ഇരട്ടി വലുപ്പം -
Make sure to leave a space between the hashes and your text, to avoid creating a #tag instead of a heading. The heading ends once you hit enter to proceed to the next line.
Make sure to leave a space between the hashes and your text, to avoid creating a #tag instead of a heading. The heading ends once you hit enter to proceed to the next line.
-
Lists
Lists
പട്ടികകൾ -
To create an bulleted list, place either *, + or - in front of each line you want as part of the list.
To create an bulleted list, place either *, + or - in front of each line you want as part of the list.
-
It’s also possible to make numbered lists by placing “1.”, “2.”, etc. in front of the list items. To create a numbered list, the numbers must have periods/full stops after them.
It’s also possible to make numbered lists by placing “1.”, “2.”, etc. in front of the list items. To create a numbered list, the numbers must have periods/full stops after them.
-
Again, make sure to leave a space between the “bullet” character and the text on each line, and to leave a line space between the list and any preceding/following text, otherwise it will not work.
Again, make sure to leave a space between the “bullet” character and the text on each line, and to leave a line space between the list and any preceding/following text, otherwise it will not work.
-
This is how to create a bulleted list:
This is how to create a bulleted list:
ഒരു ബുള്ളെറ്റ് ലിസ്റ്റ് ഉണ്ടാക്കുന്ന വിധം: -
item one;
item one;
തരം ഒന്ന്; -
item two;
item two;
തരം രണ്ട്; -
item three.
item three.
തരം മൂന്ന്. -
This will become another bulleted list:
This will become another bulleted list:
ഇത് മറ്റൊരു ബുള്ളറ്റെട് പട്ടികയാകും: -
And this will be a numbered list:
And this will be a numbered list:
കൂടാതെ ഇതൊരു എണ്ണമിട്ട പട്ടികയായിരിക്കും: -
Code blocks
Code blocks
-
If you are a developer you may be interested in code blocks. To create a code block, start your text/code with four backticks ( ` ` ` ` ). To return to normal text, close the code block with another four.
If you are a developer you may be interested in code blocks. To create a code block, start your text/code with four backticks ( ` ` ` ` ). To return to normal text, close the code block with another four.
-
It’s also possible to display code inline, by marking the start and end of the snippet with a single backtick.
It’s also possible to display code inline, by marking the start and end of the snippet with a single backtick.
-
This is a line of normal text.
This is a line of normal text.