Show More
@@ -217,7 +217,7 b' class Translator(nodes.NodeVisitor):' | |||||
217 |
|
217 | |||
218 | 'option_list_item' : ('.TP\n', ''), |
|
218 | 'option_list_item' : ('.TP\n', ''), | |
219 |
|
219 | |||
220 |
'reference' : (r'\ |
|
220 | 'reference' : (r'\%', r'\:'), | |
221 | 'emphasis': ('\\fI', '\\fP'), |
|
221 | 'emphasis': ('\\fI', '\\fP'), | |
222 | 'strong' : ('\\fB', '\\fP'), |
|
222 | 'strong' : ('\\fB', '\\fP'), | |
223 | 'term' : ('\n.B ', '\n'), |
|
223 | 'term' : ('\n.B ', '\n'), |
General Comments 0
You need to be logged in to leave comments.
Login now