mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-08 02:34:06 -04:00
Fix chapter pml tag.
This commit is contained in:
parent
1f0932ad40
commit
71eb5ab8fa
@ -24,11 +24,11 @@ TAG_MAP = {
|
||||
'big' : 'l',
|
||||
'del' : 'o',
|
||||
'h1' : 'x',
|
||||
'h2' : 'x0',
|
||||
'h2' : 'X0',
|
||||
'h3' : 'x1',
|
||||
'h4' : 'x2',
|
||||
'h5' : 'x3',
|
||||
'h6' : 'x4',
|
||||
'h4' : 'X2',
|
||||
'h5' : 'X3',
|
||||
'h6' : 'X4',
|
||||
'!--' : 'v',
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user