Skip to content

uniapp中公式包含在P标签中会不显示 #599

@yousiedu

Description

@yousiedu

使用环境:
uniapp h5端

错误:
将公式内容包裹在P标签中公式没有显示 需要将P标签移除才行,
后发现包裹在div标签中也有这个问题

异常代码
<mp-html content='<p>分数加减计算</p><p>1-$\frac{99}{1000}$=</p>'></mp-html>
image

去除P标签后正常
<mp-html content='<p>分数加减计算</p>1-$\frac{99}{1000}$='></mp-html>
image

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions