Page setup support in Marked
Hi!
I am currently working in both Ulysses and Marked 2 with a newsletter. I need it to be in two columns. In Ulysses, I have a CSS file that provides that, but I have big trouble when I try to use that CSS in Marked 2.
This is the section I would like to use in Marked 2:
document-settings {
page-height: 297mm; page-width: 210mm
page-inset-top: 26mm; page-inset-inner: 24mm
page-inset-bottom: 30mm; page-inset-outer: 36mm
column-count: 2
column-spacing-width: 1cm
section-break: heading-1
// always have H1 on a new page
two-sided: no
page-binding: left
}
Is there any solution to my problem?
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 08 Oct, 2014 02:04 PM
The CSS in your file is not standard CSS, I believe it's particular to
Ulysses. WebKit doesn't currently support @page rules. I'm afraid
there's no way to define such settings in Marked at this point.
2 Posted by Bjorn Malmehed on 08 Oct, 2014 02:06 PM
Ok, I'll just have to put up to using two apps, then. Thanks a lot for your quick reply, Brett!
/Bjorn