Skip to content
GitLab
  • Menu
Projects Groups Snippets
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • gnome-builder gnome-builder
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 541
    • Issues 541
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 6
    • Merge requests 6
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages & Registries
    • Packages & Registries
    • Container Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • GNOME
  • gnome-buildergnome-builder
  • Issues
  • #1244
Closed
Open
Created Jun 23, 2020 by GN@gno-nuc

Incorrect escaping in Markdown preview

Test document:

Before
\"
After

Expected output:

Before
"
After

Actual output: nothing.

Testing with the marked command (version 1.1.0) from marked.js, correct HTML is generated:

<p>Before
&quot;
After</p>

There's nothing in the marked.js release notes for 1.1.0 about fixing any issue like this so presumably it's not a bug present in the 1.0.0 version bundled with Builder.

This doesn't happen with any other common special character (tested with those directly available on an English keyboard) if it follows a backslash, only a ".

Edited Jul 01, 2020 by GN
Assignee
Assign to
Time tracking