Skip to content

Commit

Permalink
0.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
inokawa committed Jun 30, 2023
1 parent 8b2781d commit fc9b14f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions docs/interfaces/DocxOptions.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ Set output type of `VFile.result`. `buffer` is `Promise<Buffer>`. `blob` is `Pro

#### Defined in

[src/transformer.ts:135](https://github.com/inokawa/remark-docx/blob/8b9de57/src/transformer.ts#L135)
[src/transformer.ts:137](https://github.com/inokawa/remark-docx/blob/8b2781d/src/transformer.ts#L137)

___

Expand All @@ -44,7 +44,7 @@ ___

#### Defined in

[src/transformer.ts:139](https://github.com/inokawa/remark-docx/blob/8b9de57/src/transformer.ts#L139)
[src/transformer.ts:141](https://github.com/inokawa/remark-docx/blob/8b2781d/src/transformer.ts#L141)

___

Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "remark-docx",
"version": "0.1.4",
"version": "0.1.5",
"description": "remark plugin to compile markdown to docx (Microsoft Word, Office Open XML).",
"main": "lib/index.js",
"module": "lib/index.mjs",
Expand Down

0 comments on commit fc9b14f

Please sign in to comment.