psv-format / psv.c

This is a reference implementation of a Markdown to JSON converter, designed specifically for parsing Markdown tables into JSON objects. It allows for easy conversion of Markdown documents containing tables into structured JSON data. https://psv-format.github.io/
2 stars 0 forks source link

Consistant Attribute Syntax for psv #3

Open mofosyne opened 4 months ago

mofosyne commented 4 months ago

Unsure what it would look like, but got this from an AI as a suggestion

{#table1 .table .sortable
  data-types: [integer, string, datetime]
}
| Customer ID       | Name   | Date of Purchase  |
|-------------------|--------|-------------------|
| 1                 | Alice  | 2024-04-23        |
| 2                 | Bob    | 2024-04-24        |
| 3                 | Charlie| 2024-04-25        |

https://talk.commonmark.org/t/consistent-attribute-syntax/272