Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Backslash escape for underscores in Markdown docstrings #911

Closed
brettcannon opened this issue Feb 27, 2018 · 0 comments · Fixed by #920
Closed

Backslash escape for underscores in Markdown docstrings #911

brettcannon opened this issue Feb 27, 2018 · 0 comments · Fixed by #920
Assignees
Labels
bug Issue identified by VS Code Team member as probable bug
Milestone

Comments

@brettcannon
Copy link
Member

Environment data

  • VS Code version:
  • Python Extension version: 2018.2.0-beta
  • Python Version:
  • OS and version:

Actual behavior

untitled

Expected behavior

For EXPECTED_DIR to not escape the _.

Steps to reproduce:

def fixtures_dir(request):
    """Return the test fixtures directory under `FIXTURES_DIR`.

    Example::

        from conftest import BASE_DIR

        def test_something(fixtures_dir):
            assert fixtures_dir.strpath == BASE_DIR + '/some/path'

    :rtype: py.path.LocalPath
    """
@brettcannon brettcannon added bug Issue identified by VS Code Team member as probable bug needs PR labels Feb 27, 2018
@MikhailArkhipov MikhailArkhipov self-assigned this Feb 27, 2018
@MikhailArkhipov MikhailArkhipov added this to the February 2018 milestone Feb 27, 2018
@lock lock bot locked as resolved and limited conversation to collaborators Jul 11, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Issue identified by VS Code Team member as probable bug
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants