2017-03-17 18:56:30 +08:00
|
|
|
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
|
|
|
|
|
|
|
exports[`renders ./components/back-top/demo/basic.md correctly 1`] = `
|
2016-11-22 14:28:05 +08:00
|
|
|
<div>
|
|
|
|
Scroll down to see the bottom-right
|
|
|
|
<strong
|
2019-12-26 15:15:46 +08:00
|
|
|
class="site-back-top-basic"
|
2017-03-17 18:56:30 +08:00
|
|
|
>
|
2016-11-22 14:28:05 +08:00
|
|
|
gray
|
|
|
|
</strong>
|
|
|
|
button.
|
|
|
|
</div>
|
|
|
|
`;
|
|
|
|
|
2017-03-17 18:56:30 +08:00
|
|
|
exports[`renders ./components/back-top/demo/custom.md correctly 1`] = `
|
2016-11-22 14:28:05 +08:00
|
|
|
<div>
|
|
|
|
Scroll down to see the bottom-right
|
|
|
|
<strong
|
2017-09-20 16:26:18 +08:00
|
|
|
style="color:#1088e9"
|
2017-03-17 18:56:30 +08:00
|
|
|
>
|
2016-11-22 14:28:05 +08:00
|
|
|
blue
|
|
|
|
</strong>
|
|
|
|
button.
|
|
|
|
</div>
|
|
|
|
`;
|