markdown.md (978B)
1 --- 2 title: "Markdown, what else do you want?" 3 author: "Linus Behrens" 4 date: 2025-04-12T14:00:00+02:00 5 tags: ['software', 'texteditor'] 6 header: "/header/text2.jpg" 7 --- 8 9 - **Free plain text:** With plain text you enter the world of unbordered choosing of you editor. You are not forced to use a proprietary editor like Microsoft Word or Apple Pages. 10 - **Light weight:** A empty file has: `0 Bit` and this `.md`-based file has 11 - **Simple formatting:** With the formatting characters of Markdown files you are able to simply change your paragraph to a title, (sub-) heading or list. No more searching of the setting in your editor – just put a `#` (title) in front of you paragraph. 12 - **Conversion:** With tools like `pandoc` you can easily change your `.md` files to a `.tex` version with the same formatting. 13 - **Flavours:** Fully compatible versions of Markdown with for example wiki-link functionality. 14 - **Backups:** Easy versioning with git 15 16 Tell me, what else do you want?