Skip to content

Commit

Permalink
doc: add example
Browse files Browse the repository at this point in the history
  • Loading branch information
姚元璋 committed Sep 26, 2023
1 parent 2da385d commit 8ba60c2
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 @@ -51,7 +51,7 @@ console.log(converted);
// | Centro comercial Moctezuma | Francisco Chang | Mexico |
```

[OUTPUT](https://github.com/yyz945947732/tabletomd/tree/master/example/convertOutput.md)
[output](https://github.com/yyz945947732/tabletomd/tree/master/example/convertOutput.md)

### Remote (`convertUrl`)

Expand All @@ -61,7 +61,7 @@ import { convertUrl } from 'tabletomd';
const markdown = await convertUrl('https://www.npmjs.com/package/rc-table');
```

[OUTPUT](https://github.com/yyz945947732/tabletomd/tree/master/example/convertUrlOutput.md)
[output](https://github.com/yyz945947732/tabletomd/tree/master/example/convertUrlOutput.md)

## Credits

Expand Down

0 comments on commit 8ba60c2

Please sign in to comment.