You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
AsciiDoc syntax parser interprets the underscore in _MyClass as the beginning of the italicized text and makes the rest of the code block and the following text rendered italic in Sublime Text. asciidoctor interprets this correctly: _MyClass is interpreted verbatim and neither the code block nor the following text is italic in the output.