<custom chineseName="富文本转换" engName="bdparse"></custom>
<swan class="wrap">
    <view class="card-area">
        <view class="top-description border-bottom">原文</view>
        <view class="text-content">{{raw}}</view>
    </view>

    <view class="card-area {{converted ? 'show': 'hide'}}">
        <view class="top-description border-bottom">转换后的内容</view>
        <view class="text-content">
            <bdparse raw="{{raw}}" />
        </view>
    </view>
</swan>
