api2html
api2html copied to clipboard
When converting examples output shows new line identifier.
When converting, running this on our yaml spec, we have a few code examples that when converted to html are not encoding new lines and are outputting as a single line with a bunch of \n .
example: > { "events": [ { "id": "6cf2bdc6-9baa-11e8-X8d0-529269fb1431", "name": "user.lifecycle.create", "version": "3", "target": "urn:sso:user.00a2941ss1", "targetType": "user.profile", "action": "created"
becomes
`"{\n "events": [\n {\n "id": "6cf2abs6-9baa-11x8-98d0-529269fb1459",\n "name": "user.lifecycle.create",\n "version": "3",\n "target": "urn:sso:user.00aX9u44s1",\n "targetType": "user.profile",\n "action": "created",\n``
Sorry for the late feedback, this seems like an upstream problem to me from shins/widdershins