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

Too many carriage returns #3

Open
metal3d opened this issue Mar 18, 2016 · 3 comments
Open

Too many carriage returns #3

metal3d opened this issue Mar 18, 2016 · 3 comments

Comments

@metal3d
Copy link

metal3d commented Mar 18, 2016

Hi,
Congrats for your work, it's strange that your project isn't very known ! It works great and it makes what it should.

There is a little problem to my side. When I run the command, the puml file is dumped with many "\n" that breaks the plantuml parsing. I need to cleanup blanck lines to make it work as it does.

I tried with plantuml on my computer, and with a plantuml server I created.

You can check:

The direct output:
http://goo.gl/pFW8iJ

Fixed sources:
http://goo.gl/Odjyii

And the second fix: removing the the whole "double chars" that makes line too long.
I mean that I changed "-->" to "->", and so on...
http://goo.gl/KuQK1E

@t-yuki
Copy link
Owner

t-yuki commented Mar 19, 2016

Thanks for your suggestions.
I've tried to fix these issues, PTAL.
Note that it requires go 1.6 for new text/template.

@metal3d
Copy link
Author

metal3d commented Mar 21, 2016

Hi,
No problem, I'm using Go 1.6 :)

@metal3d
Copy link
Author

metal3d commented Mar 21, 2016

And I will try your fix soon !

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

No branches or pull requests

2 participants