Markdown has been around for more than 20 years, but native support in LibreOffice might suddenly help to make it viable for more people.
In a world of ever-increasing software complexity, Markdown is a welcome change. It's dead simple and it can't do very much – but that's its virtue. Markdown is a document markup format you can just read (please, try to contain your excitement). It has two key advantages. One is that it's so simple that you can write in any old plain text editor. The second is that it's designed to be readable and make sense to humans as well as computers, even if they don't know they're reading Markdown.
It's the default format of several distraction-free writing tools such as I Write Like – the authors of which seem very pleased that LibreOffice 26.2 can natively import and export Markdown.
This is welcome, even if it isn't radical. Lots of web-facing tools can take a Markdown file and turn it into a functional web page. For instance, write your project's README file in Markdown, upload it to GitHub, and suddenly it magically looks nice, without you needing to do any web publishing or formatting at all. However, the plain Markdown text remains readable without any processing at all.
The Markdown format was introduced in a Daring Fireball blog post back in 2004, co-developed by John Gruber and the late Aaron Swartz. These days, countless tools for creating and managing software, webpages, emails, and more understand Markdown, and there are dozens of guides and cheat sheets [PDF] to help you learn it, including getting a live preview.
As of February, though, there's a significant new addition to the arsenal: LibreOffice 26.2 handles it. LibreOffice Writer can open documents in almost any word processor file format, and save back into almost any other. As of late last month, this includes Markdown. Specifically, LibreOffice 26.2 supports the version called CommonMark.
Markdown is so simple that there are a few different variants and extensions, such as GitHub Flavored Markdown. Plus, different Markdown rendering tools can give slightly different results – as the Babelmark project explains.
Markdown's simplicity makes it easy to learn. That can be seen as a weakness. People pick it up quickly, which emboldens them to use it for things for which it's not ideal. It's great for throwing together a simple webpage, but less ideal for writing an entire multi-section manual.
This has led to extended forms of Markdown, such as MultiMarkdown. There are other lightweight markup languages that aim to remain as readable but do more, such as Markless, AsciiDoc, and reStructuredText.
As we have said before, even if you're perfectly happy with MS Office, it's worth having LibreOffice installed just in case. In this vulture's fairly extensive experience, it's a lot better at opening corrupted Office files than Office itself. You can try to open a damaged file that crashes the Microsoft apps, and there's a good chance that LibreOffice will open it, even if with some warnings, and let you recover some or all of your data and save it in a fresh, undamaged file. This can be a life-saver – or at least an employment-saver – in a crisis. Now the latest LibreOffice 26.2.1 can also turn a Word document into clean simple Markdown – or turn Markdown into a clean, formatted Word document – in just a couple of clicks.
There already were tools to do this, of course. Pandoc is superb for this kind of thing, and runs on all the major OSes. It's probably the single most useful (or at least most used) Haskell program ever written. This is one of the handy features of The Reg FOSS desk's preferred writing tool, Panwriter. But Pandoc is a command-line app, while LibreOffice is very easy, point and click, and shows you how the results look.
Plus, as the LibreOffice blog claimed recently, it offers more UI versatility than Microsoft Office, or free rivals such as OnlyOffice and WPS Office. Like Microsoft 362.5, WPS and OnlyOffice sport Microsoft-style ribbon interfaces – and nothing else. Uniquely, LibreOffice offers the choice: ribbon, or menus and a unified toolbar, or menus and multiple toolbars. ®
Source: The register