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

YAML metadata title using causes error in EPUP generation #4486

Closed
ricardodelagarza opened this issue Mar 22, 2018 · 1 comment
Closed

YAML metadata title using causes error in EPUP generation #4486

ricardodelagarza opened this issue Mar 22, 2018 · 1 comment

Comments

@ricardodelagarza
Copy link

ricardodelagarza commented Mar 22, 2018

When use YAML format metadata in .MD document as suggested:

---
title:
- type: main
  text: My Book
- type: subtitle
  text: An investigation of metadata

Bring the following error:

[WARNING] This document format requires a nonempty <title> element.
  Please specify either 'title' or 'pagetitle' in the metadata.

In previous versions it worked fine. The current work around is use simple title like:

---
title:  My Book 

Although you may not use the documented alternatives:
Title
Either a string value, or an object with fields file-as and type, or a list of such objects. Valid values for type are main, subtitle, short, collection, edition, extended.

@ricardodelagarza ricardodelagarza changed the title YAMIL metadata title using error in EPUP YAML metadata title using error in EPUP Mar 22, 2018
@ricardodelagarza ricardodelagarza changed the title YAML metadata title using error in EPUP YAML metadata title using causes error in EPUP generation Mar 22, 2018
@jgm
Copy link
Owner

jgm commented Mar 22, 2018 via email

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

No branches or pull requests

3 participants