Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

preview pages #22

Closed
Li-An opened this issue May 5, 2020 · 2 comments
Closed

preview pages #22

Li-An opened this issue May 5, 2020 · 2 comments

Comments

@Li-An
Copy link

Li-An commented May 5, 2020

Hello, I am very interested with the pages preview feature and I tried the example 

---
title: my document
style :
@page {
size: A4;
margin-top : 2cm;
}
---

but it only shows the code.
2020-05-05_11h54_51

@mb21
Copy link
Owner

mb21 commented May 5, 2020

that part is YAML... you need to get the indentation right... you can validate e.g. on http://www.yamllint.com/

this should work:

---
title: my document
style: |
  @page {
    size: A4;
    margin-top: 2cm;
  }
---

@mb21 mb21 closed this as completed May 15, 2020
@Li-An
Copy link
Author

Li-An commented May 15, 2020

Sorry, I did not receive the notification for your answer. Thanks. I will take a look.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants