mirror of
https://github.com/liubinfighter/csv-lite.git
synced 2026-07-22 05:43:52 +00:00
- Updated the clickable URLs functionality to automatically detect and render both plain-text URLs and Markdown-style links in CSV cells. - Enhanced documentation to reflect the new capabilities and provide examples for users. - Added tests to ensure proper detection and parsing of Markdown links alongside plain URLs.
846 B
846 B
| 1 | name | website | documentation | description |
|---|---|---|---|---|
| 2 | GitHub | [Visit GitHub](https://github.com) | [Docs](https://docs.github.com) | Code hosting with Markdown links |
| 3 | Stack Overflow | [SO Community](https://stackoverflow.com) | [Help Center](https://stackoverflow.com/help) | Q&A for developers - compact display |
| 4 | MDN | [MDN Docs](https://developer.mozilla.org) | https://developer.mozilla.org/en-US/docs/Web | Mixed: Markdown and plain URL |
| 5 | Obsidian | https://obsidian.md | [Help](https://help.obsidian.md) | Mixed: Plain URL and Markdown |
| 6 | TypeScript | [TS Lang](https://www.typescriptlang.org) | [Documentation](https://www.typescriptlang.org/docs/) | Cleaner tables with [TS](https://www.typescriptlang.org) |
| 7 | Multiple Links | [GitHub](https://github.com) and [GitLab](https://gitlab.com) | [Docs1](https://docs.github.com) | [Docs2](https://docs.gitlab.com) | Multiple Markdown links in one cell |