w-md2docx 1.0.6 → 1.0.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -14,6 +14,8 @@ To view documentation or get support, visit [docs](https://yuda-lyu.github.io/w-
14
14
  ## Core
15
15
  > `w-md2docx` is based on `w-md2html` (Markdown to Html) and `w-html2docx` (Html to Docx via `win32com` of `Microsoft Word`), so the docx conversion only runs in `Windows` with `Microsoft Word` installed.
16
16
 
17
+ > The converter `htmlToDocx.exe` is located and, when absent (e.g. npm blocked the `postinstall` script of `w-html2docx`), downloaded automatically by `w-html2docx` on the first docx conversion. It is resolved from the current working directory, so run your program from the project root that contains `node_modules/w-html2docx`, with network access for the first conversion.
18
+
17
19
  It provides four entries:
18
20
  - `cvMdToDocx`: convert a Markdown file to a Docx file.
19
21
  - `cvMdTo`: convert Markdown content (with attached assets) to Html/Docx content in base64.