Skip to content

Commit bc5989f

Browse files
Syntax correction for pandoc command (#664)
* Syntax correction for pandoc command * Update guide for output file location as well
1 parent bcc37fb commit bc5989f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jekyll-beginners.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ source then...
7777
[pandoc](http://pandoc.org) is the swiss-army knife for the conversion between text formats. In particular it supports a very good conversion from Microsoft Word (`docx`) format to Jekyll markdown. The typical command to do this conversion is:
7878

7979
```
80-
pandoc -t gmf --base-header-level=2 --atx-headers -o organization/_posts/2016-05-19-startup.md document.docx
80+
pandoc -t gfm --shift-heading-level-by=2 --atx-headers -o organization/_posts/2020/2020-01-01-coordination.md document.docx
8181
```
8282

8383
This method can be used to convert a GoogleDoc document to markdown. To do it, use the GoogleDoc menu `File->Download as` and export the GoogleDoc document as a `docx` file. Then use the command above to convert to markdown.

0 commit comments

Comments
 (0)