move test data to separate file
This commit is contained in:
parent
9be54dc368
commit
5adb9db834
3 changed files with 10 additions and 8 deletions
|
@ -142,7 +142,7 @@ class Formatter(FormatterBase):
|
|||
return ['\n', '\\\n'][not preformatted]
|
||||
|
||||
def heading(self, on, depth, **kw):
|
||||
# heading depth reversed in dokuwiki
|
||||
# heading depth reversed in dokuwiki
|
||||
heading_depth = 7 - depth
|
||||
|
||||
if on:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue