Skip to content

Newline in title element causes "Too many nested function calls" error #226

Description

@josteinaj
<html>
    <head>
        <!-- works -->
        <title>Test test</title>

        <!-- does not work -->
        <title>Test
               test</title>
    </head>
    <body></body>
</html>

We can fix this during preprocessing but it seems like a bug that should be fixed in dotify (presumably) at some point.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions