Skip to content

colons converted to asterisks in markdown dosctring #716

Closed
@aelspire

Description

@aelspire

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 '**'.

Metadata

Metadata

Labels

area-intellisenseLSP-related functionality: auto-complete, docstrings, navigation, refactoring, etc.bugIssue identified by VS Code Team member as probable bug

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions