Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revision | |||
articles:digital-publishing [2025/02/21 16:10] – ipek | articles:digital-publishing [2025/02/22 08:55] (current) – ipek | ||
---|---|---|---|
Line 12: | Line 12: | ||
**2)** Converting the .docx file via command line: | **2)** Converting the .docx file via command line: | ||
- | pandoc --extract-media=. -s file_name.docx -t markdown -o file_name.md | + | < |
extract media enables to extract the images and makes a folder for them. -s is the usual Pandoc template that is being used in the markdown format. | extract media enables to extract the images and makes a folder for them. -s is the usual Pandoc template that is being used in the markdown format. | ||
**3a)** Converting the markdown file into html is possible via the command-line and also via the PanWriter. Via the command line: | **3a)** Converting the markdown file into html is possible via the command-line and also via the PanWriter. Via the command line: | ||
- | pandoc file_name.md -f markdown -t html -s -o file_name.html | + | < |
Or you can export the markdown file to html via PanWriter. | Or you can export the markdown file to html via PanWriter. |