File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -66,7 +66,7 @@ download_pandoc()
6666```
6767
6868The default install location is included in the search path for pandoc, so you
69- don't need to add it to ` PATH ` .
69+ don't need to add it to the ` PATH ` .
7070
7171#### Installing pandoc manually
7272
@@ -83,8 +83,8 @@ make pandoc available on many more platforms:
8383- [ FreeBSD port] ( https://www.freshports.org/textproc/pandoc/ )
8484 - Or see [ Pandoc - Installing pandoc] ( https://pandoc.org/installing.html )
8585
86- Be aware that not all install mechanisms put pandoc in ` PATH ` , so you either
87- have to change ` PATH ` yourself or set the full ` PATH ` to pandoc in
86+ Be aware that not all install mechanisms put pandoc in the ` PATH ` , so you either
87+ have to change the ` PATH ` yourself or set the full ` PATH ` to pandoc in
8888` PYPANDOC_PANDOC ` . See the next section for more information.
8989
9090### Specifying the location of pandoc binaries
@@ -197,7 +197,7 @@ utility functions. Example:
197197
198198```
199199print(pypandoc.get_pandoc_version())
200- print(pypandoc.get_pandoc_`PATH` ())
200+ print(pypandoc.get_pandoc_path ())
201201print(pypandoc.get_pandoc_formats())
202202```
203203
You can’t perform that action at this time.
0 commit comments