Rename key from 'append_style' to 'style'.

This commit is contained in:
Christopher Ramírez 2013-09-12 13:59:47 -06:00
parent 03dd762eda
commit 3b7eb6d9ad

View file

@ -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',