Exporting to PDF loses indents in multi-line bullet paragraphs.
// Please enter a detailed description of the issue // Description of the issue:
Exporting to PDF loses indents in multi-line bullet paragraphs. The left side of the text should line up with the first LETTER of the first line, but they line up with the BULLET. I hope you can fix this, because this pretty much makes Marked useless for me, forcing me to go back to using Pages (and manual editing) to export Markdown to PDF.
Attached a screenshot, which you can also find here:
https://www.dropbox.com/s/crjiqxw5vlyivjz/Marked.png?dl=0
// Please enter a list of steps required to reproduce the issue // Steps to reproduce:
- Export to PDF
- Weep :-P
// If applicable please attach a sample document that causes the issue for you.
// Configuration (do not edit) Marked 2 1031 (Mac App Store)
macOS Version: 11.6.6
additionalMathJaxConfig:
allowPageBreakInCode: YES
bookTxtIsLeanpub: NO
summaryMdIsGitBook: NO
codeIsPoetry: NO
codeCanWrap: YES
collapsibleHeadlines: NO
convertGithubCheckboxes: YES
convertGithubEmoji: YES
convertYAMLToMMD: NO
defaultMathJaxConfig: TeX-AMS-MML_HTMLorMML
defaultPreviewStyle: 102
defaultProcessor: MultiMarkdown
enableMiniMap: NO
excludeBlockQuotesFromCounts: NO
excludeFootnotesFromCounts: NO
excludeVerbatimFromCounts: NO
excludeCaptionsFromCounts: NO
folderPreviewExtensionsArray: md, markdown, txt, mdown, html, opml
githubNewlines: YES
h1IsPageBreak: NO
h2IsPageBreak: NO
hrIsPageBreak: NO
includeMathJax: NO
includeKatex: NO
limitTextWidth: NO
mathNumberEquations: NO
mathNumberEquationsSide: 0
mathNumberEquationsAMSOnly: NO
minimalJavaScript: NO
outlineModeExtensions:
permissionGranted: NO
printHeaderBottomLeft:
printHeaderBottomRight:
printHeaderFirstPage: NO
printFooterFirstPage: NO
printHeaderTopLeft:
printHeaderTopRight:
processHTMLFiles: YES
removeMetadataForPreview: NO
removeYAMLHeaders: NO
scrollToEdit: YES
shouldDetectCritic: YES
shouldHighlightMarkupErrors: NO
shouldLoadCritic: NO
syntaxHighlight: YES
syntaxHighlightOnlyLang: NO
useCustomMarkdownProcessor: NO
customMarkdownProcessor:
useCustomPreprocessor: NO
customPreprocessor:
useFirstH1AsPrintTitle: YES
- Marked.png 22.4 KB
Keyboard shortcuts
Generic
? | Show this help |
---|---|
ESC | Blurs the current field |
Comment Form
r | Focus the comment reply box |
---|---|
^ + ↩ | Submit the comment |
You can use Command ⌘
instead of Control ^
on Mac
Support Staff 1 Posted by Brett on 26 Jul, 2022 03:04 PM
What Style (theme) is this using?
2 Posted by Harri Granholm on 26 Jul, 2022 04:07 PM
This is the FadingFast style.
And, you’re right, I tried it with Swiss and it exports OK. So, it’s something about the style.
Support Staff 3 Posted by Brett on 29 Jul, 2022 05:54 PM
Correcting this should be a simple matter of adding (or possibly removing) a "@media print" style rule, but I won't have time to look at it right away. If you care to explore the CSS for the style, you just want to look for a rule that contains "position: outside" at some point, and change it to "position: inside" (90% sure that will be the issue). I'll dig into it when I get a chance, but I can't support all of the external styles at the same speed I deal with internal issues :).
Thanks,
Brett