Skip to content

Convert markdown to docx with PHPOffice and custom markdown parser

License

Notifications You must be signed in to change notification settings

artnum/md-parse

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

md2ooxml

Convert a markdown text into a docx using PHPOffice. Work in progress ...

Tokenizer and parser

Tokenizer and parser are made in a way to be used independantly and not tied with the output.

Tokenizer use multibyte string function from PHP so it should support unicode without any issue.

Output to docx

Output to docx use custom styles such as md-block-h1, md-block-h2, md-block-quote, ...so you start with a a template document with all styles defined within and have your output match the visual design you want.

About

Convert markdown to docx with PHPOffice and custom markdown parser

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages