website

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README

markdown.html (1013B)


      1 <ul>
      2 <li><strong>Free plain text:</strong> With plain text you enter the
      3 world of unbordered choosing of you editor. You are not forced to use a
      4 proprietary editor like Microsoft Word or Apple Pages.</li>
      5 <li><strong>Light weight:</strong> A empty file has: <code>0 Bit</code>
      6 and this <code>.md</code>-based file has</li>
      7 <li><strong>Simple formatting:</strong> With the formatting characters
      8 of Markdown files you are able to simply change your paragraph to a
      9 title, (sub-) heading or list. No more searching of the setting in your
     10 editor – just put a <code>#</code> (title) in front of you
     11 paragraph.</li>
     12 <li><strong>Conversion:</strong> With tools like <code>pandoc</code> you
     13 can easily change your <code>.md</code> files to a <code>.tex</code>
     14 version with the same formatting.</li>
     15 <li><strong>Flavours:</strong> Fully compatible versions of Markdown
     16 with for example wiki-link functionality.</li>
     17 <li><strong>Backups:</strong> Easy versioning with git</li>
     18 </ul>
     19 <p>Tell me, what else do you want?</p>