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

Issues customizing header & footer #208

Open liyzooes opened 4 years ago

liyzooes commented 4 years ago

Try to make some changes on header but it won't work in the extension while working well in html file. It might be a reason the attribute "inline" is not supported for diplay. Kindly need some help.

<div style="font-size: 9pt;
    line-height: 2.54cm;
    margin-left: 3.18cm;
    margin-right: 3.18cm;
    vertical-align: bottom;
    border-bottom: 1pt solid #000;
    display: inline"><span style = "margin-left: 0;
    width:20%;
    display:inline-block">1</span> <span style = "margin: 0 auto;
    text-align:center;
    width:30%;
    display:inline-block">2</span> <span style = "margin-right: auto;
    text-align:right;
    width:20%;
    display:inline-block">3</span></div>