colons converted to asterisks in markdown dosctring #716
Labels
area-intellisense
LSP-related functionality: auto-complete, docstrings, navigation, refactoring, etc.
bug
Issue identified by VS Code Team member as probable bug
Milestone
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
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 '**'.
The text was updated successfully, but these errors were encountered: