-
Notifications
You must be signed in to change notification settings - Fork 811
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
WW-4888 add escaping possibilities to text-tag #181
Conversation
Maybe we can ask user to use Or if we would like to add this also to |
|
So looks good; I could not fuss about any thing at first ;) |
ok, LGTM 👍 |
And we can easily change |
As we removed snippets in docs, Parameters section of /source/tag-developers/text-tag.md should being updated also. |
@yasserzamani Personaly I don't think its a problem for this specific case, it's just something to take into account when updating docs for upcoming versions.. Maybe a possible solution to prevent this in the future could be to have a seperate branch for the documentation updates for the new release that gets merged when it gets officialy released? What do you think @lukaszlenart ? |
Done! To test my first direct commit as a Committer 😉 |
Oh I'm sorry :( I thought you did not find a time and I just want to test if I can commit as a Committer and found this is a good case. I was sure because about one month ago, I already have an accepted merge at WW-4034 Adds docs for how customizing JSONWriter. IMHO, maybe it is not bad users know what comings up 😉 I think new branches may add complexities and release needed works. |
@sdutry an another branch is a nice idea, I think this would work. Anyway, as we do not provide a separated copy of documentation per each release (as it used to be), we have to be sure that we're adding a |
Added the option of escaping the result of an
<s:text>
tag.Defaults set to not escaping in order not to break current behavior.
possible improvement:
Property
class