0.1.38
- added support for elements in text inlines for:
pageReference
,textReference
,tocItem
and propertyid
(forpageReference
,textReference
andtoc
), see page reference example, ToC example and simple example:
{ text: [ {text: 'some sample text '}, {pageReference: ["element-id"]} ] }output is:
some sample text 2
(element with
id
"element-id" suppose in page 2)
Bugfixes:
- fixed text decorations with justified text (#1418)
- fixed calculating page height with option
pageSize.height = 'auto'
- throw nice error message when page reference id not found
- fixed preprocessing text inlines
- fixed text inlines wrapping with styles, eg. "remarkable" is now wrapped as one item (#975)
- fixed printing repeatable headers for
table
in secondcolumn
(#434)