Port the two master-side markdown fixes onto the mdast renderer: cjkFriendlyStrong joins both parse.ts grammars as a micromark extension (ex remark plugin), and inline-code HTTP(S) URLs gain the safe anchor in render.tsx without normalizeUri. Re-record the two new web-e2e goldens whose footer clock spacing diverged from the nine established goldens, and drop the timing-flaky LLM duration segment one of them captured.
21 lines
580 B
Plaintext
21 lines
580 B
Plaintext
<div class="_markdown_404681">
|
|
<p>
|
|
<strong>
|
|
#text "注意:"
|
|
#text "内容在标点后直接闭合。"
|
|
<p>
|
|
#text "**Notice:**text keeps upstream parsing."
|
|
<p>
|
|
#text "*提醒!*单星号也保持上游行为。"
|
|
<p>
|
|
<code>
|
|
<a href="https://example.com/preview?q=one%20two#result" rel="noopener noreferrer" target="_blank">
|
|
#text "https://example.com/preview?q=one%20two#result"
|
|
#text " 与 "
|
|
<code>
|
|
#text "curl http://127.0.0.1:3199/"
|
|
#text " 以及 "
|
|
<code>
|
|
#text "javascript:alert(1)"
|
|
#text "。"
|