Skip to content

Commit

Permalink
0.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
inokawa committed Jun 30, 2023
1 parent 8b9de57 commit c23e10b
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 15 deletions.
22 changes: 11 additions & 11 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:136](https://github.com/inokawa/remark-docx/blob/6fd4049/src/transformer.ts#L136)
[src/transformer.ts:135](https://github.com/inokawa/remark-docx/blob/8b9de57/src/transformer.ts#L135)

___

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

#### Defined in

[src/transformer.ts:140](https://github.com/inokawa/remark-docx/blob/6fd4049/src/transformer.ts#L140)
[src/transformer.ts:139](https://github.com/inokawa/remark-docx/blob/8b9de57/src/transformer.ts#L139)

___

Expand All @@ -58,7 +58,7 @@ Pick.title

#### Defined in

node_modules/docx/build/file/core-properties/properties.d.ts:11
node_modules/docx/build/file/core-properties/properties.d.ts:12

___

Expand All @@ -72,7 +72,7 @@ Pick.subject

#### Defined in

node_modules/docx/build/file/core-properties/properties.d.ts:12
node_modules/docx/build/file/core-properties/properties.d.ts:13

___

Expand All @@ -86,7 +86,7 @@ Pick.creator

#### Defined in

node_modules/docx/build/file/core-properties/properties.d.ts:13
node_modules/docx/build/file/core-properties/properties.d.ts:14

___

Expand All @@ -100,7 +100,7 @@ Pick.keywords

#### Defined in

node_modules/docx/build/file/core-properties/properties.d.ts:14
node_modules/docx/build/file/core-properties/properties.d.ts:15

___

Expand All @@ -114,7 +114,7 @@ Pick.description

#### Defined in

node_modules/docx/build/file/core-properties/properties.d.ts:15
node_modules/docx/build/file/core-properties/properties.d.ts:16

___

Expand All @@ -128,7 +128,7 @@ Pick.lastModifiedBy

#### Defined in

node_modules/docx/build/file/core-properties/properties.d.ts:16
node_modules/docx/build/file/core-properties/properties.d.ts:17

___

Expand All @@ -142,7 +142,7 @@ Pick.revision

#### Defined in

node_modules/docx/build/file/core-properties/properties.d.ts:17
node_modules/docx/build/file/core-properties/properties.d.ts:18

___

Expand All @@ -156,7 +156,7 @@ Pick.styles

#### Defined in

node_modules/docx/build/file/core-properties/properties.d.ts:19
node_modules/docx/build/file/core-properties/properties.d.ts:20

___

Expand All @@ -170,4 +170,4 @@ Pick.background

#### Defined in

node_modules/docx/build/file/core-properties/properties.d.ts:27
node_modules/docx/build/file/core-properties/properties.d.ts:28
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.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "remark-docx",
"version": "0.1.3",
"version": "0.1.4",
"description": "remark plugin to compile markdown to docx (Microsoft Word, Office Open XML).",
"main": "lib/index.js",
"module": "lib/index.mjs",
Expand All @@ -20,7 +20,7 @@
"storybook": "storybook dev -p 6006",
"storybook:build": "storybook build",
"typedoc": "typedoc",
"prepublishOnly": "rimraf lib && npm run build"
"prepublishOnly": "npm run typedoc && rimraf lib && npm run build"
},
"dependencies": {
"@unified-latex/unified-latex-util-parse": "1.3.2",
Expand Down

0 comments on commit c23e10b

Please sign in to comment.