Skip to content

Binary tree visualization in <pre> tag inproperly trimmed #307

Closed
@Vigilans

Description

@Vigilans
Contributor

🐛 Bug Report

image

Reason:

body: body.join("\n").replace(/<pre>\s*([^]+?)\s*<\/pre>/g, "<pre><code>$1</code></pre>"),

The <pre>\s* reduces all the white spaces. In fact, only \r\n is needed to not be caught.

Activity

self-assigned this
on May 6, 2019
added this to the 0.14.2 milestone on May 6, 2019
added
bugSomething isn't working
on May 7, 2019
added a commit that references this issue on May 7, 2019
65f41c0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type

Projects

No projects

Relationships

None yet

    Development

    Participants

    @jdneo@Vigilans

    Issue actions

      Binary tree visualization in <pre> tag inproperly trimmed · Issue #307 · LeetCode-OpenSource/vscode-leetcode