From 6e6610b02021cef23750cdc5c61d155ec4ebf4d8 Mon Sep 17 00:00:00 2001 From: Sebastian Villa <90735870+sebvc@users.noreply.github.com> Date: Tue, 27 Jun 2023 23:05:26 -0500 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c937ed3..93ce48d 100644 --- a/README.md +++ b/README.md @@ -43,7 +43,7 @@ They both convert the file from from `.docx` to `.md` and insert a few stlying l I use following command-line to convert my MS Word `.docx` file to a MultiMarkdown `.md` file: >```ps ->pandoc -f docx -t markdown sebvc_Resume.docx -o sebvc_Resume.md +>pandoc -f docx -t markdown_mmd sebvc_Resume.docx -o sebvc_Resume.md >``` I also preview the `.md` file on VSCode, so for formatting sake I add the following CSS Styling file to the head of the `.md` file and any images or icons rendered in the pdf are stored in the same `./media/` directory: