yzane / vscode-markdown-pdf

Markdown converter for Visual Studio Code
https://marketplace.visualstudio.com/items?itemName=yzane.markdown-pdf
Other
1.01k stars 206 forks source link

text-underline-offset is not valid #362

Open BetterLYY opened 7 months ago

BetterLYY commented 7 months ago

The following code does not increase the distance between the text and the underline, how can I set it to increase the distance, thanks.

<div style="font-size: 9px; margin-left: 1cm; text-decoration: underline; text-underline-offset: 1cm; display: block;">end_of_the_header</div>