-
Notifications
You must be signed in to change notification settings - Fork 198
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
[Bug Report]: formatter result delete spaces #59
Comments
Hi @ZFLloyd, First, thank you for your message. |
Thanks for the quick response @steevepay ! Is there an ETA for the next release containing a bugfix for this? |
@ZFLloyd middle or end of January 2020 maximum (or maybe sooner) |
Hi @steevepay |
Hi @jdim, to give you updates: #9 (comment) |
Environment
Carbone Version: 1.2.1
Node Version: Node 10.15.X
Expected Behaviour
Formatters should return the result while conserving spaces
Actual Behaviour
formatters returns the formatted string with all spaces removed.
Maybe it is intended but having a way to avoid this behaviour would be most appreciated ! 👍
Steps to reproduce
template.odt :
returns in pdf form:
EDIT: had an issue with quotes but I was misled by documentation where they are always used inside formatter functions.
The text was updated successfully, but these errors were encountered: