mirror of
https://gitee.com/baidu/amis.git
synced 2024-12-05 21:39:53 +08:00
18030b5415
* chore: 调整测试用例 * chore: 调整测试用例 * 补充测试用 * chore: 修复测试用例报错 * chore: 修复测试用例报错 * 更新 snapshot
29 lines
370 B
Plaintext
29 lines
370 B
Plaintext
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
|
|
|
exports[`Renderer:markdown 1`] = `
|
|
<div>
|
|
<div
|
|
class="cxd-Markdown"
|
|
>
|
|
<div
|
|
class="markdown-body"
|
|
data-testid="markdown-body"
|
|
>
|
|
<h1>
|
|
title
|
|
</h1>
|
|
|
|
|
|
<p>
|
|
markdown
|
|
<strong>
|
|
text
|
|
</strong>
|
|
</p>
|
|
|
|
|
|
</div>
|
|
</div>
|
|
</div>
|
|
`;
|