Skip to content
This repository has been archived by the owner on Sep 6, 2021. It is now read-only.

Apostrophe is autoclosed when working in markdown #7701

Closed
JeffryBooher opened this issue Apr 30, 2014 · 2 comments
Closed

Apostrophe is autoclosed when working in markdown #7701

JeffryBooher opened this issue Apr 30, 2014 · 2 comments

Comments

@JeffryBooher
Copy link
Contributor

Create new .md (or open an existing one)
type some text like "Bob's Burgers" (without the quotes, btw)

The Apostrophe is auto closed because it's treated as a quote.

This doesn't feel like desired behavior when writing markdown -- apostrophe's generally aren't used for quoting things in Markdown.

@peterflynn
Copy link
Member

Note this is only when "Auto Close Braces" is enabled. The same thing happens in plain text, too. This is basically an extension of #3246.

@redmunds
Copy link
Contributor

redmunds commented May 8, 2014

I verified that this is caused by "auto Close Braces" feature. If you want this on in all other files, but off for Markdown files, then add the following to your project prefs (note "paths" is not yet supported for user prefs):

    "path": {
        "*.md": {
            "closeBrackets": false
        }
    }

Closing.

@redmunds redmunds closed this as completed May 8, 2014
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants