Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Small caps combined with language #4102

@adunning

Description

@adunning

If one combines .smallcaps with another attribute in a span, this is not converted into native SmallCaps. For example:

pandoc -t latex << EOT
[test1]{.smallcaps lang=la}

[test2]{.smallcaps}

EOT

Result:

\textlatin{test1}

\textsc{test2}

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions