Filter Segments...
  • Italics and bold

    Italics and bold

    ഇറ്റാലിക്സും ബോൾഡും
  • Place either asterisks or underscores either side of a word or words to make them italic, bold or bold italic.

    Place either asterisks or underscores either side of a word or words to make them italic, bold or bold italic.

     
  • <em>Italics</em>: *word* or _word_

    <em>Italics</em>: *word* or _word_

    <em>ഇറ്റാലിക്സ്‌</em>: *വാക്യം* അല്ലെങ്കിൽ _വാക്യം_
  • <strong>Bold</strong>: **word** or __word__

    <strong>Bold</strong>: **word** or __word__

    <strong>ബോൾഡ് </strong>: **വാക്യം** അല്ലെങ്കിൽ __വാക്യം__
  • <strong><em>Bold italics</em></strong>: ***word*** or ___word___

    <strong><em>Bold italics</em></strong>: ***word*** or ___word___

    <strong><em>ബോൾഡ് ഇറ്റാലിക്സ്‌</em></strong>: ***വാക്യം*** അല്ലെങ്കിൽ ___വാക്യം___
  • You must of course match the number of asterisks/underscores either side of words for the formatting to work. Typing “I want to display this as a **bold* word” won’t display the word in bold.

    You must of course match the number of asterisks/underscores either side of words for the formatting to work. TypingI want to display this as a **bold* wordwont display the word in bold.

     
  • Inline links

    Inline links

    അന്തർലീന കണ്ണികൾ
  • To create an %{inline_link}, use the following code:

    To create an %{inline_link}, use the following code:

     
  • [displayed text here](http://link.address.here "alt text")

    [displayed text here](http://link.address.here "alt text")

     
  • The “alt text” is optional, and is displayed as a tool-tip when the cursor is moved over the link.

    Thealt textis optional, and is displayed as a tool-tip when the cursor is moved over the link.

     
  • inline link

    inline link

    അന്തർലീന കണ്ണി
  • Images

    Images

    ചിത്രങ്ങൾ
  • To add external images to your post, comment or private message, use the same code as for a link, but with an exclamation point at the front:

    To add external images to your post, comment or private message, use the same code as for a link, but with an exclamation point at the front:

     
  • ![Alt text](http://website.com/image.jpg "optional title")

    ![Alt text](http://website.com/image.jpg "optional title")

     
  • For this to work, you must provide a direct link to a valid image file, <em>not</em> to a web page with an image or images on it.

    For this to work, you must provide a direct link to a valid image file, <em>not</em> to a web page with an image or images on it.

     
  • The alternative text in the square brackets is displayed if the image cannot be loaded, and the optional title is displayed as a tool-tip when the cursor is moved over the image; both are useful but not essential.

    The alternative text in the square brackets is displayed if the image cannot be loaded, and the optional title is displayed as a tool-tip when the cursor is moved over the image; both are useful but not essential.

     
  • If you want your message to include a character which is also used in Markdown coding, you can prevent it from being read by Markdown as a formatting code by “escaping” it. To do this, place a backslash ( \ ) in front of the character. For example, typing

    If you want your message to include a character which is also used in Markdown coding, you can prevent it from being read by Markdown as a formatting code byescapingit. To do this, place a backslash ( \ ) in front of the character. For example, typing

     
  • this \_ is an underscore

    this \_ is an underscore

     
  • prevents Markdown from reading the underscore as a Markdown code and allows diaspora* to display the underscore rather than creating italic text.

    prevents Markdown from reading the underscore as a Markdown code and allows diaspora* to display the underscore rather than creating italic text.

     
  • You can, however, type “diaspora*” or “D*” without the asterisk being interpreted as a formatting code!

    You can, however, typediaspora*” orD*” without the asterisk being interpreted as a formatting code!