Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix trailing whitespace in YAML front-matter of Markdown files #386

Closed
jayvdb opened this issue Nov 1, 2017 · 1 comment · Fixed by #404
Closed

Fix trailing whitespace in YAML front-matter of Markdown files #386

jayvdb opened this issue Nov 1, 2017 · 1 comment · Fixed by #404

Comments

@jayvdb
Copy link
Member

jayvdb commented Nov 1, 2017

There is a lot of trailing spaces in the YAML front-matter of Markdown files
This is causing the files to not be readable by gitbook , due to jxson/front-matter#53, needed for #64

@jayvdb jayvdb self-assigned this Nov 1, 2017
jayvdb added a commit that referenced this issue Nov 1, 2017
GitBook does not understand YAML document start markers
that have trailing whitespace.

Fixes #386
@jayvdb jayvdb removed their assignment Nov 1, 2017
@jayvdb jayvdb reopened this Nov 1, 2017
@jayvdb
Copy link
Member Author

jayvdb commented Nov 1, 2017

Still many other trailing whitespace.

neelanshsahai added a commit to neelanshsahai/projects that referenced this issue Nov 4, 2017
neelanshsahai added a commit to neelanshsahai/projects that referenced this issue Nov 4, 2017
Remove the unnecessary trailing whitespaces and new lines

Fixes coala#386
neelanshsahai added a commit to neelanshsahai/projects that referenced this issue Nov 9, 2017
Remove the unnecessary trailing whitespaces and new lines

Fixes coala#386
neelanshsahai added a commit to neelanshsahai/projects that referenced this issue Nov 9, 2017
GitBook does not understand YAML document start markers
that have trailing whitespace.

Fixes coala#386
neelanshsahai added a commit to neelanshsahai/projects that referenced this issue Nov 11, 2017
Removed the trailing whitespaces from the
YAML front matter block of the Markdown files.

Fixes coala#386
neelanshsahai added a commit to neelanshsahai/projects that referenced this issue Nov 11, 2017
Removed the trailing whitespaces from the
YAML front matter block of the Markdown files.

Fixes coala#386
neelanshsahai added a commit to neelanshsahai/projects that referenced this issue Nov 20, 2017
Removed the trailing whitespaces from the
YAML front matter block of the Markdown files.

Fixes coala#386
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

Successfully merging a pull request may close this issue.

3 participants