Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
XSweet
XSweet
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 45
    • Issues 45
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
  • Merge Requests 0
    • Merge Requests 0
  • CI / CD
    • CI / CD
    • Pipelines
    • Jobs
    • Schedules
  • Operations
    • Operations
    • Incidents
    • Environments
  • Analytics
    • Analytics
    • CI / CD
    • Repository
    • Value Stream
  • Wiki
    • Wiki
  • Members
    • Members
  • Collapse sidebar
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
  • XSweet
  • XSweetXSweet
  • Issues
  • #169

Closed
Open
Opened Jun 02, 2020 by Bharathydasan@bharathydasanDeveloper

Preserve tab spaces

The tab characters are actually converted to <span class="tab"> <!-- tab --></span> element in initial conversion, but it is removed in the conversion pipeline, this happens at the 15EDITORIABASIC.xhtml where the span elements are removed. well, the track-changes for tab character are preserved properly with <ins> and <del> which was added earlier.

Only the elements <pre> and <code> in HTML can render the tab spaces. Here my question is how these tab spaces are handled in Editoria or Wax.

Edited Jun 04, 2020 by Bharathydasan
Assignee
Assign to
None
Milestone
None
Assign milestone
Time tracking
Mar 16, 2021
Due date
Mar 16, 2021
Reference: XSweet/XSweet#169