This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.
<!--pages/test/rich-text.wxml-->
<text>pages/test/rich-text.wxml</text>
<view class="title">rich-text</view>
<view class="demobox">
<view class="title">1.元素节点(使用style样式)</view>
<rich-text nodes="{{nodes01}}"></rich-text>
<view class="title">2.元素节点(使用class样式)</view>
<rich-text nodes="{{nodes02}}"></rich-text>
<view class="title">3.文本节点</view>
<rich-text nodes="{{nodes03}}"></rich-text>
</view>