/articles

A collection of articles that I wrote.

"articles"

A collection of articles I wrote.

Convert to document

To convert the markdown files, you can use Pandoc.

The following command converts filename.md to output.docx

pandoc -o output.docx -f markdown -t docx filename.md