epub converter: bug fix

- remove adding border 0 in td
-save links while headings removal
This commit is contained in:
shirshasa
2021-06-02 08:41:46 +03:00
parent 044439e617
commit 1b94b870a7
3 changed files with 15 additions and 4 deletions

View File

@@ -104,7 +104,8 @@ class LawCartaConfig:
'silver': 'lightGray',
'white': 'white',
'maroon': '#800000',
'gray': '#808080'
'gray': '#808080',
'grey': '#808080'
}
INDENT = '30px'