回答編集履歴
2
誤字の修正
test
CHANGED
@@ -12,7 +12,7 @@
|
|
12
12
|
|
13
13
|
```javascript
|
14
14
|
|
15
|
-
const
|
15
|
+
const html = `<p>hogehogehoge<blockquote class="twitter-tweet"><p lang="en" dir="ltr">Fighting systemic barriers to opportunity means redefining business as usual. We're thrilled to open applications to our Impact Accelerator for Black- and Brown-owned businesses addressing environmental challenges. Learn more about it here: <a href="https://t.co/yEdTYZChBF">https://t.co/yEdTYZChBF</a></p>— Tim Cook (@tim_cook) <a href="https://twitter.com/tim_cook/status/1356255509494394882?ref_src=twsrc%5Etfw">February 1, 2021</a></blockquote> <script async src="https://platform.twitter.com/widgets.js" charset="utf-8"></script>hogehogehoge</p>`
|
16
16
|
|
17
17
|
|
18
18
|
|
1
誤字の修正
test
CHANGED
@@ -12,7 +12,7 @@
|
|
12
12
|
|
13
13
|
```javascript
|
14
14
|
|
15
|
-
const
|
15
|
+
const content = `<p>hogehogehoge<blockquote class="twitter-tweet"><p lang="en" dir="ltr">Fighting systemic barriers to opportunity means redefining business as usual. We're thrilled to open applications to our Impact Accelerator for Black- and Brown-owned businesses addressing environmental challenges. Learn more about it here: <a href="https://t.co/yEdTYZChBF">https://t.co/yEdTYZChBF</a></p>— Tim Cook (@tim_cook) <a href="https://twitter.com/tim_cook/status/1356255509494394882?ref_src=twsrc%5Etfw">February 1, 2021</a></blockquote> <script async src="https://platform.twitter.com/widgets.js" charset="utf-8"></script>hogehogehoge</p>`
|
16
16
|
|
17
17
|
|
18
18
|
|