Greetings,
I've been struggling with this for hours, trying different combinations of line-height settings, but I can't get the dynamically generated content (markdown or HTML) to use my document's default styles. No matter what I try, the line height defaults to 1.0, and a custom style appears to be dynamically generated by Plumsail. I've tried options like MixStyle and Document Style for the HTML formatter without success. It feels like I'm missing something obvious. Has anyone faced this issue and found a solution? Any help would be greatly appreciated!
From Power Automate, I've even tried setting different combinations trying to force a line-height and class for a style:
{
"valueOne": "<div class='customLineHeight'>@{outputs('Get_item')?['body/valueOne']}</div>",
"valueTwo": "<div style='line-height: 24px'>@{outputs('Get_item')?['body/valueOne']}",
}
I've attached an image of what I see happening with my styles from a generated document.