Skip to content

Commit

Permalink
doc: doc update
Browse files Browse the repository at this point in the history
  • Loading branch information
姚元璋 committed Sep 26, 2023
1 parent 97c5656 commit 08ad587
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@ import path from 'path';
const html = fs.readFileSync(path.resolve(process.cwd(), './test/table.html'), {
encoding: 'utf-8',
});
const converted = convert(html);
console.log(converted);
const markdown = convert(html);
console.log(markdown);
// | Company | Contact | Country |
// |:---------------------------|:----------------|:--------|
// | Alfreds Futterkiste | Maria Anders | Germany |
Expand Down

0 comments on commit 08ad587

Please sign in to comment.