md2fodt is a simple, blazingly fast Markdown to flat ODT converter. It uses character-by-character file streaming and unlocked IOs to reach maximal performances.
md2fodt accepts an extended Marddown syntax :
- Hashes for titles and subtitles
- * italic *
- ** bold **
- |
monotype
| - 21<st>
- CO>2<
-
- SMALL CAPS +
Code block with different margin and alignment :
for (i = 0 ; i < n ; i++) {
do_some_stuff(i, n);
}
md2fodt also implements smart dashes and quotes, and adds non-breaking spaces in french text when needed. Other parameters, like page size or font faces, can be modified in the header.xml
file.