Skip to content

incorrect latex parsing of anchor links #3581

@haraldschilly

Description

@haraldschilly

This is an edge case where the latex processor of the classical notebook stumbles over the dollar signs:

<a href="http://abc" class="foo-$">test $</a>

a workaround is

<a href="http://abc" class="foo-$">test \$</a>

And yes, I know, it's a bit contrived, but this is still not the expected behavior.

downstream ticket: sagemathinc/cocalc#2853

screenshot from 2018-04-28 15-05-07

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions