googleworkspace / google-docs-hast

Converts the JSON representation of a Google Docs document into an HTML abstract syntax tree (HAST).

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Typo breaking indentEnd processing in paragraphStyleToAttributes function.

bwklein opened this issue ยท comments

style.paddingRight = `${indentStart.magnitude}${indentStart.unit}`;

should be

style.paddingRight = `${indentEnd.magnitude}${indentEnd.unit}`;

๐ŸŽ‰ This issue has been resolved in version 1.0.5 ๐ŸŽ‰

The release is available on:

Your semantic-release bot ๐Ÿ“ฆ๐Ÿš€