pugjs / babel-plugin-transform-react-pug

A plugin for transpiling pug templates to jsx

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Html entities doesn't work within plain text

ezhlobo opened this issue · comments

  1. In element
    div
      span ×
  2. In plain text
    div
      | ×

The first option works well, the second one returns &. I think we should have correct transformation for both cases.

It's not reproduced anymore. Closing.