Rename key from 'append_style' to 'style'.
This commit is contained in:
parent
03dd762eda
commit
3b7eb6d9ad
1 changed files with 2 additions and 2 deletions
|
|
@ -20,7 +20,7 @@ transform_map = {
|
|||
'style-name': 'markdown_bold'
|
||||
},
|
||||
|
||||
'append_style': {
|
||||
'style': {
|
||||
'name': 'markdown_bold',
|
||||
'properties': {
|
||||
'fo:font-weight': 'bold',
|
||||
|
|
@ -36,7 +36,7 @@ transform_map = {
|
|||
'style-name': 'markdown_italic'
|
||||
},
|
||||
|
||||
'append_style': {
|
||||
'style': {
|
||||
'name': 'markdown_italic',
|
||||
'properties': {
|
||||
'fo:font-style': 'italic',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue