Use the text lexer instead of the non-existant CSV one. [ci skip]
Ref #3101.
This commit is contained in:
parent
3d8368fa4f
commit
4142630614
|
@ -46,7 +46,7 @@ In `_data/members.yml`:
|
|||
|
||||
Or `_data/members.csv`:
|
||||
|
||||
{% highlight csv %}
|
||||
{% highlight text %}
|
||||
name,github
|
||||
Tom Preston-Werner,mojombo
|
||||
Parker Moore,parkr
|
||||
|
|
Loading…
Reference in New Issue