CSV embed using wiki-link transclusion format
Changelog
Added
-
CSV Embedding: Implemented support for embedding CSV files using
![[data.csv]]syntax. CSV files are rendered as tables in markdown.
Updated
-
fromMarkdown.ts: Modified to handle CSV files by rendering them as tables. -
html.ts: Updated to output CSV files as HTML tables when using the![[data.csv]]syntax.
Reference
Issue #1233
cc @olayway
⚠️ No Changeset found
Latest commit: 9959bff210357a81542e7f4509012c410264bef6
Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.
This PR includes no changesets
When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types
Click here to learn what changesets are, and how to add one.
Click here if you're a maintainer who wants to add a changeset to this PR
The latest updates on your projects. Learn more about Vercel for Git ↗︎
6 Skipped Deployments
| Name | Status | Preview | Comments | Updated (UTC) |
|---|---|---|---|---|
| portaljs-alan-turing | ⬜️ Ignored (Inspect) | Visit Preview | Aug 29, 2024 0:34am | |
| portaljs-ckan | ⬜️ Ignored (Inspect) | Visit Preview | Aug 29, 2024 0:34am | |
| portaljs-git-example | ⬜️ Ignored (Inspect) | Visit Preview | Aug 29, 2024 0:34am | |
| portaljs-learn | ⬜️ Ignored (Inspect) | Visit Preview | Aug 29, 2024 0:34am | |
| portaljs-storybook | ⬜️ Ignored (Inspect) | Visit Preview | Aug 29, 2024 0:34am | |
| site-portaljs | ⬜️ Ignored (Inspect) | Visit Preview | Aug 29, 2024 0:34am |
@gradedSystem is attempting to deploy a commit to the Datopian Team on Vercel.
A member of the Team first needs to authorize it.
@olayway added test cases
Fixed the issues with tests @olayway