You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
ricardodelagarza
changed the title
YAMIL metadata title using error in EPUP
YAML metadata title using error in EPUP
Mar 22, 2018
ricardodelagarza
changed the title
YAML metadata title using error in EPUP
YAML metadata title using causes error in EPUP generation
Mar 22, 2018
When use YAML format metadata in .MD document as suggested:
Bring the following error:
In previous versions it worked fine. The current work around is use simple title like:
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 aremain
,subtitle
,short
,collection
,edition
,extended
.The text was updated successfully, but these errors were encountered: