Friday night drops the most controversial change of the 3.0 release yet:
We’re switching to Tabs.
Friday night drops the most controversial change of the 3.0 release yet:
We’re switching to Tabs.
@eleventy I’m curious how you solved the problem with YAML not supporting tabs. In my case, I worked around it by splitting the front matter into separate files:
item/
index.md
index.yml
…and setting up two spaces in the .editorconfig for .yml files.