This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[user] | |
name = Rohit Ashiwal | |
#email = [email protected] | |
email = [email protected] | |
[sendemail] | |
smtpencryption = tls | |
smtpserverport = 587 | |
smtppass = **your password** | |
#smtpserver = smtp.gmail.com | |
#smtpuser = [email protected] |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"pdf_options": { | |
"format": "A4", | |
"margin": "10mm 20mm 0mm 20mm", | |
"printBackground": true | |
}, | |
"stylesheet": ["https://cdnjs.cloudflare.com/ajax/libs/github-markdown-css/4.0.0/github-markdown.min.css"], | |
"body_class": ["markdown-body"], | |
"css": ".page-break{page-break-after:always}.markdown-body{font-size:12px}.markdown-body pre>code{white-space:pre-wrap}" | |
} |
OlderNewer