You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I find myself needing this again. I don't think I'll implement this soon, but I want to keep this issue open in case someone (me or someone else) will want to implement in the future.
The feature:
Sometimes I want to generate HTML like this using Shpaml:
<a href='whatever'>Hello</a>, world!
The point is that there are no spaces inside the a tag, this is important so there wouldn't be a space before the comma, which would look ugly.
Currently it seems that the only way to do this in Shpaml is to include raw HTML. This works, but having Shpaml syntax for it would be better.
I suggest a keyword TIGHT (or some other similar word) similar to VERBATIM which will cause all sub-tags to contain no space between them.
The text was updated successfully, but these errors were encountered:
This is an issue to track the feature I suggested here:
https://groups.google.com/forum/#!topic/shpaml/EN6n6PN8_b0
I find myself needing this again. I don't think I'll implement this soon, but I want to keep this issue open in case someone (me or someone else) will want to implement in the future.
The feature:
Sometimes I want to generate HTML like this using Shpaml:
The point is that there are no spaces inside the
a
tag, this is important so there wouldn't be a space before the comma, which would look ugly.Currently it seems that the only way to do this in Shpaml is to include raw HTML. This works, but having Shpaml syntax for it would be better.
I suggest a keyword TIGHT (or some other similar word) similar to VERBATIM which will cause all sub-tags to contain no space between them.
The text was updated successfully, but these errors were encountered: