-
-
Notifications
You must be signed in to change notification settings - Fork 120
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
Directive formatting in output #112
Comments
At least for the moment the directives-end indicator |
Ah, directives-end indicator... thank you. Well I'm trying to parse and manipulate some yaml that exists in 3 dimensions. A ruby based CLI tool, a web based UI, and in version control. So the document gets written from this ruby tool and then interpreted by my web-UI code. Then my code (using your lib) overwrites the yaml files incase there were some changes. Then on top of that there is also version control watching these yaml files (git via bitbucket) So even if there isn't any changes my side will wanna remove the |
So the use case here is that you're trying to use the library together with a ruby tool that always includes the I'm pondering adding an option for this, given that it might be useful to have certainty about whether or not the indicator is included in the output. Or more likely reading its presence from the input, and if so including it in the input. |
Yeah, that is pretty much the long and short of it. Either/Both of those options would work for my uses. |
Fixed in version 1.6.0. |
Is there anyway to have the
---
(directive maybe?) at the top of the document on stringification?'eg:
The text was updated successfully, but these errors were encountered: