I’ve just noticed that the output from .Summary
now includes HTML markup – <img>
, for example – where it didn’t before.
I think the change was in version 0.134, and there has been some discussion about how this affects summaryLength
.
Because of this, I’ve had to change {{ .Summary }}
to {{ .Summary | plainify }}
in a few places.
I can cope with that, but I can’t find anything in the documentation about this change.