Open yanndebray opened 6 months ago
Like pandoc recipes from word to markdown (storing images in a specific folder)
pandoc "input.docx" -o README.md --extract-media="img"
Manual changes to the md generated:
\'
\"
\[
\]
\*
\#
[^12]
![A screenshot of a software Description automatically generated](img/media/image7.png){width="6.5in" height="3.767361111111111in"}
pandoc -f markdown -t asciidoc README.md -o output.asciidoc
Like pandoc recipes from word to markdown (storing images in a specific folder)
Manual changes to the md generated:
\'
,\"
,\[
,\]
,\*
,\#
[^12]
![A screenshot of a software Description automatically generated](img/media/image7.png){width="6.5in" height="3.767361111111111in"}