Skip to content

Space incorrectly removed #2

Description

@paulyoung

The space before "team" is incorrectly removed in the example below.

Other trailing spaces are preserved, so it may be an issue with leading spaces.


HTML input

<p>Peer-to-peer full-stack visual programming for your fingers.<br/>Funded by <a href="http://www.kickstarter.com/projects/noflo/noflo-development-environment">Kickstarter</a>, from the <a href="http://noflojs.org/">NoFlo</a> team.</p>

GOM IR

{
  "tag": "p",
  "children": [
    "Peer-to-peer full-stack visual programming for your fingers.",
    {
      "tag": "br"
    },
    "Funded by ",
    {
      "tag": "a",
      "attributes": {
        "href": "http://www.kickstarter.com/projects/noflo/noflo-development-environment"
      },
      "children": [
        "Kickstarter"
      ]
    },
    ", from the ",
    {
      "tag": "a",
      "attributes": {
        "href": "http://noflojs.org/"
      },
      "children": [
        "NoFlo"
      ]
    },
    "team."
  ]
}

HTML output

<p>Peer-to-peer full-stack visual programming for your fingers.<br/>Funded by <a>Kickstarter</a>, from the <a>NoFlo</a>team.</p>

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions