Home | History | Annotate | Download | only in bin

Lines Matching refs:inline

109     Recognizer for inline markup. Derive this from the original inline
119 Return `text` with inline markup quoted.
149 assert len(inlines) == 1, "More than one inline found"
150 inline = original[len(before)
153 inline)
154 refSfx = re.search("_+$", inline)
157 checked += (inline[:rolePfx.end()] + "\\"
158 + inline[rolePfx.end():])
159 elif refSfx and not re.search("^`", inline):
161 checked += (inline[:refSfx.start()] + "\\"
162 + inline[refSfx.start():])
165 checked += "\\" + inline