Closed
Description
I was adding an example intended to show how one can use JSON syntax for the Example Object's value
field in a YAML document. However, format-markdown changed all of the double-quotes to single-quotes, invalidating the point of the examle. It also appended a trailing comma to the last propery, which is invalid JSON.
Let's not do that.