| Conditions | 1 |
| Total Lines | 8 |
| Code Lines | 5 |
| Lines | 0 |
| Ratio | 0 % |
| Changes | 0 | ||
| 1 | from unittest import TestCase |
||
| 20 | def test_term_title(self): |
||
| 21 | verify_conversion( |
||
| 22 | self, |
||
| 23 | r""" |
||
| 24 | Definition (This is the title) # |
||
| 25 | : This is the definition |
||
| 26 | """, |
||
| 27 | r""" |
||
| 28 | []{#definition:this-is-the-title}[**Definition 1** *(This is the title)*]{#definition:1 .pandoc-numbering-text .definition .definition-1} |
||
| 76 |