Skip to content

Callouts break line continuations  #613

Open
@nik9000

Description

@nik9000

Languages like bash and python require \ on the end of a line to signal that the next line is part of this line. Well, python only requires it sometimes and bash only requires it most of the time, but sometimes you need to stick the darn \ on the end of the line. The trouble is that if you have a callout after it like \ <1> then the html that gets rendered includes the space after the \ which breaks the line continuation, causing frustrating failures. I bet we could do something about this. I don't know what, but I think we should do something about this.

Metadata

Metadata

Assignees

No one assigned

    Labels

    asciidocAsciidoc and our Asciidoctor extensionsbugSomething that does not look or behave correctly

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions