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'
|
'style-name': 'markdown_bold'
|
||||||
},
|
},
|
||||||
|
|
||||||
'append_style': {
|
'style': {
|
||||||
'name': 'markdown_bold',
|
'name': 'markdown_bold',
|
||||||
'properties': {
|
'properties': {
|
||||||
'fo:font-weight': 'bold',
|
'fo:font-weight': 'bold',
|
||||||
|
|
@ -36,7 +36,7 @@ transform_map = {
|
||||||
'style-name': 'markdown_italic'
|
'style-name': 'markdown_italic'
|
||||||
},
|
},
|
||||||
|
|
||||||
'append_style': {
|
'style': {
|
||||||
'name': 'markdown_italic',
|
'name': 'markdown_italic',
|
||||||
'properties': {
|
'properties': {
|
||||||
'fo:font-style': 'italic',
|
'fo:font-style': 'italic',
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue