This change adds the :no_intra_emphasis option for the markdown renderer (redcarpet) so that it does not parse emphasis inside of words. Strings such as foo_bar_baz will not generate <em> tags.
This fixes the rendering of the service broker API specification.
Thanks for submitting this pull request! I'm here to inform the recipients of the pull request that you and the commit authors have already signed the CLA.
We have created an issue in Pivotal Tracker to manage this. Unfortunately, the Pivotal Tracker project is private so you may be unable to view the contents of the story.
The labels on this github issue will be updated when the story is started.
This change adds the
:no_intra_emphasis
option for the markdown renderer (redcarpet) so that it does not parse emphasis inside of words. Strings such asfoo_bar_baz
will not generate<em>
tags.This fixes the rendering of the service broker API specification.