(self, path, options=None)
| 81 | self.addRaw("[{text}]({url})".format(text=text, url=url)) |
| 82 | |
| 83 | def addCodeLink(self, path, options=None): |
| 84 | self.addRaw("({path})".format(path=path)) |
| 85 | |
| 86 | def addCode(self, text, inline=False): |
| 87 | if (inline): |
no test coverage detected