From 5edf2d0232b7d881c2432d91e9c42e1c8e4b1fd0 Mon Sep 17 00:00:00 2001 From: Rufus Pollock Date: Sun, 9 Feb 2020 23:27:50 +0100 Subject: [PATCH] [refactor][s]: refator one spec (csv-dialet) back from lektor to simple markdown - as per plan in https://github.com/frictionlessdata/project/issues/413. --- specs/csv-dialect.md => csv-dialect/README.md | 14 +++----------- 1 file changed, 3 insertions(+), 11 deletions(-) rename specs/csv-dialect.md => csv-dialect/README.md (92%) diff --git a/specs/csv-dialect.md b/csv-dialect/README.md similarity index 92% rename from specs/csv-dialect.md rename to csv-dialect/README.md index ca7b455c..a9de9e54 100644 --- a/specs/csv-dialect.md +++ b/csv-dialect/README.md @@ -1,22 +1,13 @@ -title: CSV Dialect --- +title: CSV Dialect slug: csv-dialect ---- version: 1.2 ---- created: 20 February 2013 ---- updated: 30 January 2017 ---- mediatype: application/vnd.csvdialect+json ---- descriptor: csvdialect.json +abstract: CSV Dialect defines a simple format to describe the various dialects of CSV files in a language agnostic manner. It aims to deal with a reasonably large subset of the features which differ between dialects, such as terminator strings, quoting rules, escape rules and so on. --- -abstract: - -CSV Dialect defines a simple format to describe the various dialects of CSV files in a language agnostic manner. It aims to deal with a reasonably large subset of the features which differ between dialects, such as terminator strings, quoting rules, escape rules and so on. ---- -body: # Introduction @@ -71,3 +62,4 @@ Here's an example: } } ``` +