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

colons converted to asterisks in markdown dosctring #716

Closed
aelspire opened this issue Feb 6, 2018 · 0 comments · Fixed by #725
Closed

colons converted to asterisks in markdown dosctring #716

aelspire opened this issue Feb 6, 2018 · 0 comments · Fixed by #725
Assignees
Labels
area-intellisense LSP-related functionality: auto-complete, docstrings, navigation, refactoring, etc. bug Issue identified by VS Code Team member as probable bug
Milestone

Comments

@aelspire
Copy link

aelspire commented Feb 6, 2018

Environment data

VS Code version: 1.19.3
Python Extension version: 2018.1.0
Python Version: Python 3.6.4
OS and version: Linux 4.14.15-1-ARCH

Actual behavior

zrzut ekranu z 2018-02-06 12-50-31

def bug():
	"""Print `namespace::namespace::Class`."""

I tried to add docstring for some PrettyPrinters for gdb by adding full class name with namespaces (C++) within markdown's backticks but colons ':' get converted to double asterisks '**'.

@DonJayamanne DonJayamanne added bug Issue identified by VS Code Team member as probable bug area-intellisense LSP-related functionality: auto-complete, docstrings, navigation, refactoring, etc. awaiting 1-verification labels Feb 6, 2018
@MikhailArkhipov MikhailArkhipov self-assigned this Feb 6, 2018
@MikhailArkhipov MikhailArkhipov added this to the February 2018 milestone Feb 6, 2018
@lock lock bot locked as resolved and limited conversation to collaborators Jul 12, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
area-intellisense LSP-related functionality: auto-complete, docstrings, navigation, refactoring, etc. bug Issue identified by VS Code Team member as probable bug
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants