Searched refs:endParaContinue (Results 1 – 1 of 1) sorted by relevance
51 endParaContinue = re.compile(r'^(\.[^.].*|=+ .*|image:.*\[.*\])$') variable275 def endParaContinue(self, line): member in DocTransformer394 elif endParaContinue.match(line):398 self.endParaContinue(line)