Skip to content

links to solutions do not work #18

@HMEUW

Description

@HMEUW

The notebook contains several links to the solutions in the bottom of each page. In the bottom section placemarkers are used like

<a name="ex3answer">Answer to Exercise 3</a>

I figured out that we should use id instead of name, which has been deprecated. New code like:

<a id="ex3answer">Answer to Exercise 3</a>

Shall I replace it in the entire repo?

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