Skip to content

Underlined space follows a link in formatted mode #65

@lorensr

Description

@lorensr

To reproduce:

$ cat test.coffee
a href: '', -> 'link'
text 'after'
$ coffeecup -f test.coffee && cat test.html
<a href="">
  link
</a>
after
$ open test.html

Perhaps there should be a formatting exception for text within <a> so that it gives:

<a href="">link</a>
after

However, this still leaves the problem that it adds a space between link and after. I don't think using the -f option should change how the page looks - just how the HTML looks.

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