Skip to content

Izelenn/md2fodt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

md2fodt

Presentation

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.

Notes on syntax

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);
    }

Special features

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.

About

Extended Markdown to flat ODT converter -- deprecated, see https://github.com/PieEditor/PIE/tree/master/src/md2pdf instead

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published