विकि वाक्यविन्यास संदर्भ

The Wiki syntax is a way to enhance your text with a minimal set of tags studied to cover the basic needs (titles, paragraphs, quotes, lists...).

खंडक तत्व
स्वरूपण टैग
गैर प्रारूपित पाठ
If you don't want one formatting character to be interpreted as such, add a \ just before it. For instance: \[Text in brackets without being a link\]
HTML कोड
Even if you chose the Wiki syntax, you may sometimes need a more powerful formatting, i.e. HTML syntax. Do it the following way:
///html
<p style="color:red">my text in red</p>
///