HTML in the rewritten output is escaped when it shouldn't ("The text to display for this field. You may include HTML or Twig. You may enter data from this view as per the "Replacement patterns" below.").
Issue might be related to: https://www.drupal.org/node/2500931
Problem might have been introduced here: https://www.drupal.org/node/2466931
Comments
Comment #1
FreeAndEasy commentedComment #2
cilefen commentedIs this not a duplicate of #2466931: Valid Twig syntax is incorrectly escaped in Views rewrites?
Comment #3
cilefen commentedI didn't realize the other one is "fixed". I guess it isn't fixed?
Comment #4
FreeAndEasy commentedits not fixed, at least not in beta13, the output of the rewritten field is fully escaped...
Comment #5
cilefen commentedComment #6
FreeAndEasy commentedclosing this one in favor of: https://www.drupal.org/node/2466931
Comment #7
FreeAndEasy commentedComment #8
FreeAndEasy commentedComment #9
berdirLooks like #2501931: Remove SafeMarkup::set in twig_render_template() and ThemeManager and FieldPluginBase:advancedRender fixed this.