Skip to content

Commit

Permalink
doc: add keywords
Browse files Browse the repository at this point in the history
  • Loading branch information
姚元璋 committed Sep 26, 2023
1 parent 8ba60c2 commit 97c5656
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 3 deletions.
4 changes: 2 additions & 2 deletions example/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ fs.writeFileSync(
'utf-8'
);

const markdown = await convertUrl('https://www.npmjs.com/package/rc-table');
const convertUrlOutput = await convertUrl('https://www.npmjs.com/package/rc-table');
fs.writeFileSync(
path.resolve(process.cwd(), './example/convertUrlOutput.md'),
markdown,
convertUrlOutput,
'utf-8'
);
12 changes: 11 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,5 +41,15 @@
"mdtable": "^0.3.1",
"node-fetch": "^3.3.2",
"tabletojson": "^3.0.0"
}
},
"keywords": [
"table2md",
"table2markdown",
"tabletomarkdown",
"tablemd",
"tablemarkdown",
"markdown",
"table",
"convert"
]
}

0 comments on commit 97c5656

Please sign in to comment.