Skip to content

\mintinline[opts]{lang}{code} -> code #73

@whisperity

Description

@whisperity

Hey!

Unfortunately, \mintinline is not an environment but a simple command, from which the optional and the first argument should be ignored.

E.g. something \mintinline[breaklines]{C++}{void foo();} other becomes something void foo(); other in the rendered text. Currently, DeTeX doesn't know about this, and produces something C++void foo(); other (note the double space).

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions