jekyll/lib/jekyll/readers
Christoph Päper 3688640d59 add /_data/*.tsv support (#5985)
* Update data.feature

- add .tsv
- add .csv with `\t`
- add .csv with `;`

* Fix Appveyor with dst-aware cucumber steps

* Check for given content in posts

* mention Ruby > 2.1.0 in docs

* Update history to reflect merge of #5983 [ci skip]

* Update history to reflect merge of #5961 [ci skip]

* Update data_reader.rb

- add .tsv support with tab separated columns
- not adding support for auto-detecting `:col_sep`

ftp://ftp.iana.org/assignments/media-types/text/tab-separated-values
https://www.ietf.org/rfc/rfc4180.txt (CSV)
https://ruby-doc.org/stdlib-2.4.1/libdoc/csv/rdoc/CSV.html

* Update data.feature

don't do semicolons and tabs in .csv within this patch

* Update data.feature

I don't know which component replaced my tab characters by space before.

* Update data.feature

t

* Update data_reader.rb

add a single space to satisfy format checker
2017-03-28 18:36:29 -04:00
..
collection_reader.rb Rubocop: Style/EmptyLinesAroundClassBody 2016-01-03 15:55:33 -08:00
data_reader.rb add /_data/*.tsv support (#5985) 2017-03-28 18:36:29 -04:00
layout_reader.rb Rubocop: lib/jekyll/readers/layout_reader.rb 2016-05-26 00:10:09 -05:00
page_reader.rb Rubocop: lib/jekyll/readers/page_reader.rb 2016-05-26 00:10:20 -05:00
post_reader.rb Rubocop: Require consistent comma in multiline literals 2017-01-12 17:52:29 -06:00
static_file_reader.rb Rubocop: lib/jekyll/readers/static_file_reader.rb 2016-05-26 00:10:43 -05:00
theme_assets_reader.rb ThemeAssetsReader: fix tests so everything passes. 2016-09-18 15:04:15 -04:00