Skip to content

Commit 35979d3

Browse files
committed
Do not escape * in docs, as it is crucial part of markdown
1 parent 8dc37ee commit 35979d3

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pyls/_utils.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,6 @@ def format_docstring(contents):
136136
"""
137137
contents = contents.replace('\t', u'\u00A0' * 4)
138138
contents = contents.replace(' ', u'\u00A0' * 2)
139-
contents = contents.replace('*', '\\*')
140139
return contents
141140

142141

0 commit comments

Comments
 (0)