Skip to content

DW Syntax is wrong with line breaks of formatted text #717

Description

@nikznuk

I can insert a table and format each text in the cells individually and even make line breaks within the cell.

|asdf|asdf \\ asdf|
|asdf| <font 8px/inherit;;inherit;;inherit>asdf</font> |
|asdf| <font inherit/inherit;;#e74c3c;;inherit>asdf</font> |

However, if I insert a line break in a cell with formatted text, the table syntax breaks.


|asdf|asdf \\ asdf|
|asdf|   \\
 <font 8px/inherit;;inherit;;inherit>asdf</font>  \\
    \\
 <font 8px/inherit;;inherit;;inherit>asdf</font> |
|asdf| <font inherit/inherit;;#e74c3c;;inherit>asdf</font> |

This is the text after just adding a second row of "asdf" into the cell.

It was also not possible for me to insert a line break in the middle of a formatted text outside a table.

<font inherit/inherit;;#e74c3c;;inherit>asdfasdf</font>

If I want to seperate the two "asdf" with enter then i get


 <font inherit/inherit;;#e74c3c;;inherit>asdf</font>
 <font inherit/inherit;;#e74c3c;;inherit>asdf</font>

which is not a line break.

Can you please fix that? It would make the formating buttons quite usable.

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