Skip to content

Explicit code block is not recognized #20

@Lastique

Description

@Lastique

If I type an explicit code block such as this:

```
class _MyClass
{
    void foo();
};
```

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions