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

Ignore final newline in folded YAML string #6054

Merged
merged 3 commits into from Jul 18, 2017

Commits on Apr 28, 2017

  1. ignore final newline in folded YAML string

      before: {{ site.description }} =>
    	  "Write an awesome description for your new site here. You can
    	  edit this line in _config.yml. It will appear in your document
    	  head meta (for Google search results) and in your feed.xml site
    	  description./n"
    
       after: {{ site.description }} =>
    	  "Write an awesome description for your new site here. You can
    	  edit this line in _config.yml. It will appear in your document
    	  head meta (for Google search results) and in your feed.xml site
    	  description."
    ashmaroli committed Apr 28, 2017
    Copy the full SHA
    1390666 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    46849e5 View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2017

  1. Copy the full SHA
    dd4a8ec View commit details
    Browse the repository at this point in the history