Show More
@@ -414,7 +414,7 b' txtfilters = []' | |||||
414 |
|
414 | |||
415 | txtpats = [ |
|
415 | txtpats = [ | |
416 | [ |
|
416 | [ | |
417 | ('\s$', 'trailing whitespace'), |
|
417 | (r'\s$', 'trailing whitespace'), | |
418 | ('.. note::[ \n][^\n]', 'add two newlines after note::') |
|
418 | ('.. note::[ \n][^\n]', 'add two newlines after note::') | |
419 | ], |
|
419 | ], | |
420 | [] |
|
420 | [] |
General Comments 0
You need to be logged in to leave comments.
Login now