Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
sebvc committed Jun 28, 2023
1 parent f9feeaf commit 6e6610b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 6e6610b

Please sign in to comment.