There was an error while loading. Please reload this page.
1 parent 94e91e5 commit 58e869dCopy full SHA for 58e869d
scripts/word2md.ts
@@ -183,7 +183,6 @@ function convertDocumentToMarkdown(doc: Word.Document): string {
183
var tableColumnCount: number;
184
var tableCellIndex: number;
185
var columnAlignment: number[] = [];
186
- var imageCount: number = 0;
187
188
function setProperties(target: any, properties: any) {
189
for (var name in properties) {
0 commit comments