<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[How to Write a Beautiful Post on Lanka Developers]]></title><description><![CDATA[<p dir="auto"><strong>Lanka Developers used markdown syntax for styling all topics and post replies on the <a href="http://lanakadevelopers.com" target="_blank" rel="noopener noreferrer nofollow ugc">lanakadevelopers.com</a>.</strong></p>
<h3>What is Markdown?</h3>
<p dir="auto"><a href="http://daringfireball.net/projects/markdown/" target="_blank" rel="noopener noreferrer nofollow ugc">Markdown</a> is a way to style text on the web. You control the display of the document; formatting words as bold or italic, adding images, and creating lists are just a few of the things we can do with Markdown. Mostly, Markdown is just regular text with a few non-alphabetic characters thrown in, like # or *.</p>
<h3>Headers</h3>
<pre><code class="language-markdown"># This is an &lt;h1&gt; tag
## This is an &lt;h2&gt; tag
###### This is an &lt;h6&gt; tag
</code></pre>
<hr />
<h3>Emphasis</h3>
<pre><code class="language-markdown">*This text will be italic*
_This will also be italic_

**This text will be bold**
__This will also be bold__

_You **can** combine them_
</code></pre>
<hr />
<h3>Lists (Unordered)</h3>
<pre><code class="language-markdown">* Item 1
* Item 2
  * Item 2a
  * Item 2b
</code></pre>
<hr />
<h3>Lists (Ordered)</h3>
<pre><code class="language-markdown">1. Item 1
1. Item 2
1. Item 3
   1. Item 3a
   1. Item 3b
</code></pre>
<hr />
<h3>Images</h3>
<pre><code class="language-markdown">![Your Image Name](http://example.com/images/logo.png)
Format: ![Alt Text](url)
</code></pre>
<hr />
<h3>Links</h3>
<pre><code class="language-markdown">https://lankadevelopers.com - automatic!
[Lanka Developers](https://lankadevelopers.com)
</code></pre>
<hr />
<h3>Blockquotes</h3>
<pre><code class="language-markdown">As Steve job said:

&gt; The only way to do great work is to love what you do.
&gt; If you haven't found it yet, keep looking. Don't settle.
</code></pre>
<hr />
<h3>Inline code</h3>
<pre><code class="language-markdown">I think you should use an
`&lt;addr&gt;` element here instead.
</code></pre>
<hr />
<h3>Syntax highlighting</h3>
<pre><code class="language-markdown">```javascript
function fancyAlert(arg) {
  if(arg) {
    $.facebox({div:'#foo'}
  }
}
</code></pre>
<pre><code class="language-javascript">function fancyAlert(arg) {
   if(arg) {
      $.facebox({div:'#foo'})
   }
}
</code></pre>
<p dir="auto"><strong>Here’s an example of Python code without syntax highlighting:</strong></p>
<pre><code class="language-python">def foo():
    if not bar:
        return True
</code></pre>
<hr />
<h3>Task Lists</h3>
<pre><code class="language-markdown">- [x] @mentions, #refs, [links](), **formatting**, and &lt;del&gt;tags&lt;/del&gt; supported
- [x] list syntax required (any unordered or ordered list supported)
- [x] this is a complete item
- [ ] this is an incomplete item
</code></pre>
<hr />
<h3>Horizontal Rules</h3>
<p dir="auto">You can produce a horizontal rule tag (&lt;hr /&gt;) by placing three or more hyphens, asterisks, or underscores on a line by themselves. If you wish, you may use spaces between the hyphens or asterisks. Each of the following lines will produce a horizontal rule:</p>
<pre><code class="language-markdown">* * *

***

*****

- - -

---------------------------------------
</code></pre>
<hr />
<h3>Tables</h3>
<p dir="auto">Markdown table syntax is quite simple. It does not allow row or cell spanning as well as putting multi-line text in a cell. The first row is always the header followed by an extra line with dashes "-" and optional colons ":" for forcing column alignment.</p>
<pre><code class="language-markdown">| Tables   |      Are      |  Cool |
|----------|:-------------:|------:|
| col 1 is |  left-aligned | $1600 |
| col 2 is |    centered   |   $12 |
| col 3 is | right-aligned |    $1 |
</code></pre>
<table class="table table-bordered table-striped">
<thead>
<tr>
<th>Tables</th>
<th style="text-align:center">Are</th>
<th style="text-align:right">Cool</th>
</tr>
</thead>
<tbody>
<tr>
<td>col 1 is</td>
<td style="text-align:center">left-aligned</td>
<td style="text-align:right">$1600</td>
</tr>
<tr>
<td>col 2 is</td>
<td style="text-align:center">centered</td>
<td style="text-align:right">$12</td>
</tr>
<tr>
<td>col 3 is</td>
<td style="text-align:center">right-aligned</td>
<td style="text-align:right">$1</td>
</tr>
</tbody>
</table>
<hr />
<h3>YouTube Videos</h3>
<p dir="auto">You cannot add directly but you can add an image with a link to the video like this:</p>
<pre><code class="language-markdown">[![IMAGE ALT TEXT HERE](http://img.youtube.com/vi/YOUTUBE_VIDEO_ID_HERE/0.jpg)](http://www.youtube.com/watch?v=YOUTUBE_VIDEO_ID_HERE)
</code></pre>
]]></description><link>https://lankadevelopers.lk/topic/31/how-to-write-a-beautiful-post-on-lanka-developers</link><generator>RSS for Node</generator><lastBuildDate>Thu, 11 Jun 2026 22:39:08 GMT</lastBuildDate><atom:link href="https://lankadevelopers.lk/topic/31.rss" rel="self" type="application/rss+xml"/><pubDate>Sun, 09 Dec 2018 05:40:15 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to How to Write a Beautiful Post on Lanka Developers on Sat, 15 Dec 2018 15:48:22 GMT]]></title><description><![CDATA[<p dir="auto">[thanks=&gt;bro];</p>
]]></description><link>https://lankadevelopers.lk/post/184</link><guid isPermaLink="true">https://lankadevelopers.lk/post/184</guid><dc:creator><![CDATA[Nubelle]]></dc:creator><pubDate>Sat, 15 Dec 2018 15:48:22 GMT</pubDate></item><item><title><![CDATA[Reply to How to Write a Beautiful Post on Lanka Developers on Wed, 12 Dec 2018 13:48:04 GMT]]></title><description><![CDATA[<p dir="auto">Thanks....</p>
]]></description><link>https://lankadevelopers.lk/post/181</link><guid isPermaLink="true">https://lankadevelopers.lk/post/181</guid><dc:creator><![CDATA[Danuva]]></dc:creator><pubDate>Wed, 12 Dec 2018 13:48:04 GMT</pubDate></item><item><title><![CDATA[Reply to How to Write a Beautiful Post on Lanka Developers on Wed, 12 Dec 2018 05:34:17 GMT]]></title><description><![CDATA[<p dir="auto">Thanks...</p>
]]></description><link>https://lankadevelopers.lk/post/174</link><guid isPermaLink="true">https://lankadevelopers.lk/post/174</guid><dc:creator><![CDATA[rachitha]]></dc:creator><pubDate>Wed, 12 Dec 2018 05:34:17 GMT</pubDate></item><item><title><![CDATA[Reply to How to Write a Beautiful Post on Lanka Developers on Mon, 10 Dec 2018 17:36:45 GMT]]></title><description><![CDATA[<p dir="auto">Thanks.. this helps us 😊😊</p>
]]></description><link>https://lankadevelopers.lk/post/173</link><guid isPermaLink="true">https://lankadevelopers.lk/post/173</guid><dc:creator><![CDATA[fern]]></dc:creator><pubDate>Mon, 10 Dec 2018 17:36:45 GMT</pubDate></item></channel></rss>