An extra 2 spaces is getting added on the item "C#" and its href. How do I turn this off?
original yaml:
`
- name: LUIS Documentation
href: index.yml
- name: Overview
expanded: true
items:
Final yaml where last 2 lines have additional (but unwanted) 2 spaces:
`
- name: LUIS Documentation
href: index.yml
- name: Overview
expanded: true
items:

An extra 2 spaces is getting added on the item "C#" and its href. How do I turn this off?
original yaml:
`
href: index.yml
expanded: true
items:
href: https://cognitive.uservoice.com/knowledgebase/topics/asdfasdfasdfasdfasdfasdf/127872-luis-language-understanding-intelligent-service
`
Final yaml where last 2 lines have additional (but unwanted) 2 spaces:
`
href: index.yml
expanded: true
items:
href: 'https://cognitive.uservoice.com/knowledgebase/topics/asdfasdfasdfasdfasdfasdf/127872-luis-language-understanding-intelligent-service'
`