Skip to content

Markdown import inserts HTML character entities in code blocks #233

@searjeant

Description

@searjeant

I am trying to import Markdown files of notes containing code blocks. The Notesnook importer unfortunately escapes HTML characters inside code blocks.

Example Markdown code fragment in the original file:

# Get local user's public key into the remote system's authorized_keys
ssh-copy-id -i /home/$USER/.ssh/id_rsa.pub $USER@$REMOTE 

Here is how the same lines appear in the imported Notenook note:

# Get local user's public key into the remote system's authorized_keys
ssh-copy-id -i /home/$USER/.ssh/id_rsa.pub $USER@$REMOTE 

I think this is a defect in the importer.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions