Skip to content

A vertical tab inside a code-font run is written into the file as a raw U+000B #56

Description

@goce-cz

Follow-up of #42. textNodes in src/gdrive/to-markdown.ts returns a code-font run as one inlineCode node, so a soft line break inside it is not a break but the vertical tab itself, and it lands in the .md inside the backticks as a raw control character. It round-trips byte for byte, so nothing fails; it is just unpleasant in an editor and in a diff.

Split the run at the tab into inlineCode, break, inlineCode, or write a space, and say which in MANUAL §6.

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

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions