Skip to content
This repository was archived by the owner on May 21, 2022. It is now read-only.

Commit 0de0a92

Browse files
committed
fix: config file doesn't work for some option
1 parent 23c9e48 commit 0de0a92

File tree

3 files changed

+67
-58
lines changed

3 files changed

+67
-58
lines changed

docs/schema.json

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -263,7 +263,6 @@
263263
"目录",
264264
"页眉",
265265
"页脚",
266-
"结束语",
267266
"延迟样式"
268267
],
269268
"properties": {
@@ -312,15 +311,6 @@
312311
true
313312
]
314313
},
315-
"结束语": {
316-
"$id": "#/properties/可选部分/properties/结束语",
317-
"type": "boolean",
318-
"title": "The 结束语 Schema",
319-
"default": false,
320-
"examples": [
321-
true
322-
]
323-
},
324314
"延迟样式": {
325315
"$id": "#/properties/可选部分/properties/延迟样式",
326316
"type": "boolean",

md2docx/GeneratedCode.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -867,7 +867,7 @@ public static void GenerateCover(ref Body docBody, Dictionary<string, string> in
867867
nonVisualPictureProperties1.Append(nonVisualPictureDrawingProperties1);
868868

869869
Pic.BlipFill blipFill1 = new Pic.BlipFill();
870-
A.Blip blip1 = new A.Blip() { Embed = "rId8" };
870+
A.Blip blip1 = new A.Blip() { Embed = "rId2" };
871871

872872
A.Stretch stretch1 = new A.Stretch();
873873
A.FillRectangle fillRectangle1 = new A.FillRectangle();

md2docx/md2docx.cs

Lines changed: 66 additions & 47 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)