Skip to content

GitLab

  • Menu
Projects Groups Snippets
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in / Register
  • E Editoria Typescript
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Locked Files
  • Issues 8
    • Issues 8
    • List
    • Boards
    • Service Desk
    • Milestones
    • Iterations
    • Requirements
  • Merge requests 3
    • Merge requests 3
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
    • Test Cases
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Code review
    • Insights
    • Issue
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • XSweet
  • Editoria Typescript
  • Issues
  • #32

Closed
Open
Created Apr 19, 2018 by Alex Theg@athegOwner

Closing note tag dropped by typescript reduce step

The closing note tag is dropped by the very last Typescript step (reduce). The result is that everything in a paragraph appear the first note isn't visible in Wax (optionally, see wax/wax#149 (closed) for a description of that behavior).

The fix is to ensure that the </note> remains where it is after the reduce step.

Here's an example:

typescript reduce input

...ends of development.<sup><note data-id="en2"><!-- implicit --></note></sup>  </p>

typescript reduce output

...<note data-id="en2"/>  </p>

but it should be

...<note data-id="en2"></note>  </p>
Edited Apr 19, 2018 by Alex Theg
Assignee
Assign to
Time tracking