MarkdownToOpenXML icon indicating copy to clipboard operation
MarkdownToOpenXML copied to clipboard

C# implementation of markdown that outputs a .docx file

Results 4 MarkdownToOpenXML issues
Sort by recently updated
recently updated
newest added

This one should be fairly straight forward. If the line just contains `-`'s or `*`'s then insert a horizontal rule. Strip out whitespace in the check (allowing a pattern like...

enhancement

Allow for closing of headers with `#`'s. If a header is found, then it needs to strip out the `#`'s from the end of the string aswell as the start....

enhancement

Functionality for Setext-style headers needs to be added: `=`'s for Header1 and `-`'s for Header2 [Headers in Markdown](http://daringfireball.net/projects/markdown/syntax#header)

enhancement

Lists need to be implemented. `+`, `-` & `*` can be used interchangeably to create a bulleted list. Markdown that outputs HTML will just spit out a , in MD2OXML...

enhancement